Html Css Color HEX #CE66CE Orchid

📋 copy color: '#CE66CE'

red 206 ◦ green 102 ◦ blue 206

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

Shades of Orchid #CE66CE

Tints of Orchid #CE66CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.84%

 BLUE value IS 206 (80.86% from 255) = 40.08%

R = 40.08%
G = 19.84%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE66CE (or 0xCE66CE) is known color: Orchid. HEX triplet: CE, 66 and CE. RGB value is (206,102,206). Sum of RGB (Red+Green+Blue) = 206+102+206=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 102 (40.23% from 255 or 19.84% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE66CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66CE is #319931. Grayscale: #909090. Windows color (decimal): -3250482 or 13526734. OLE color: 13526734.

HSL color Cylindrical-coordinate representation of color #CE66CE: hue angle of 300º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66CE is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 206 -
CMYK 0 0.50 0 0.19
HSL 300º 0.51% 0.6% -
HSV(B) 300º 0.5% 0.81% -
XYZ 41.35 27.08 61.44 -
YUV 144.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 206 102 206 0 0.50 0 0.19 300 0.51 0.6
Hex CE 66 CE 0 32 0 13 12C 33 3C
Octal 316 146 316 0 62 0 23 454 63 74
Binary 11001110 1100110 11001110 0 110010 0 10011 100101100 110011 111100

Color Harmonies of #CE66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66CE

Black with #CE66CE

Text Example


Text Example

White with #CE66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66CE; }

 p { color: rgb(206,102,206); }

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

background-color css

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

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

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

border-color css

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

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

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