Html Css Color HEX #CE66CC Orchid

📋 copy color: '#CE66CC'

red 206 ◦ green 102 ◦ blue 204

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

Shades of Orchid #CE66CC

Tints of Orchid #CE66CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 40.23%
G = 19.92%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CE66CC (or 0xCE66CC) is known color: Orchid. HEX triplet: CE, 66 and CC. RGB value is (206,102,204). Sum of RGB (Red+Green+Blue) = 206+102+204=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 102 (40.23% from 255 or 19.92% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66CC is #319933. Grayscale: #909090. Windows color (decimal): -3250484 or 13395662. OLE color: 13395662.

HSL color Cylindrical-coordinate representation of color #CE66CC: hue angle of 301.15º 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 #CE66CC is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 102 204 -
CMYK 0 0.50 0.01 0.19
HSL 301.15º 0.51% 0.6% -
HSV(B) 301.15º 0.5% 0.81% -
XYZ 41.1 26.98 60.17 -
YUV 144.72 161.46 171.71 -
System Red Green Blue C M Y K H S L
Decimal 206 102 204 0 0.50 0.01 0.19 301.15 0.51 0.6
Hex CE 66 CC 0 32 1 13 12D 33 3C
Octal 316 146 314 0 62 1 23 455 63 74
Binary 11001110 1100110 11001100 0 110010 1 10011 100101101 110011 111100

Color Harmonies of #CE66CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66CC

Black with #CE66CC

Text Example


Text Example

White with #CE66CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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