Html Css Color HEX #CE55EB Medium Orchid

📋 copy color: '#CE55EB'

red 206 ◦ green 85 ◦ blue 235

#CE55EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CE55EB

Tints of Medium Orchid #CE55EB

RGB

 RED value IS 206 (80.86% from 255) = 39.16%

 GREEN value IS 85 (33.59% from 255) = 16.16%

 BLUE value IS 235 (92.19% from 255) = 44.68%

R = 39.16%
G = 16.16%
B = 44.68%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CE55EB (or 0xCE55EB) is known color: Medium Orchid. HEX triplet: CE, 55 and EB. RGB value is (206,85,235). Sum of RGB (Red+Green+Blue) = 206+85+235=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 85 (33.59% from 255 or 16.16% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE55EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55EB is #31AA14. Grayscale: #898989. Windows color (decimal): -3254805 or 15422926. OLE color: 15422926.

HSL color Cylindrical-coordinate representation of color #CE55EB: hue angle of 288.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE55EB is Cyan = 0.12, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 85 235 -
CMYK 0.12 0.64 0 0.08
HSL 288.4º 0.79% 0.63% -
HSV(B) 288.4º 0.64% 0.92% -
XYZ 43.7 25.62 81.24 -
YUV 138.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 206 85 235 0.12 0.64 0 0.08 288.4 0.79 0.63
Hex CE 55 EB C 40 0 8 120 4F 3F
Octal 316 125 353 14 100 0 10 440 117 77
Binary 11001110 1010101 11101011 1100 1000000 0 1000 100100000 1001111 111111

Color Harmonies of #CE55EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE55EB

Black with #CE55EB

Text Example


Text Example

White with #CE55EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE55EB; }

 p { color: rgb(206,85,235); }

 H1.HeaderClassName
 {
   color: #CE55EB;
 }
 .AnyTagClassName
 {
   color: #CE55EB;
 }
</style>

background-color css

<style>
 a { background-color: #CE55EB; }

 a { background-color: rgb(206,85,235); }

 div.DivClassName
 {
   background-color: #CE55EB;
 }
 .BgClassName
 {
   background-color: #CE55EB;
 }
</style>

border-color css

<style>
 span { border-color: #CE55EB; }

 span { border-color: rgb(206,85,235); }

 td.TdClassName
 {
   border-color: #CE55EB;
 }
 .TagClassName
 {
   border-color: #CE55EB;
 }
</style>