Html Css Color HEX #CE66DC Orchid

📋 copy color: '#CE66DC'

red 206 ◦ green 102 ◦ blue 220

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

Shades of Orchid #CE66DC

Tints of Orchid #CE66DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.67%

R = 39.02%
G = 19.32%
B = 41.67%

CMYK

 C value IS 0.06

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE66DC (or 0xCE66DC) is known color: Orchid. HEX triplet: CE, 66 and DC. RGB value is (206,102,220). Sum of RGB (Red+Green+Blue) = 206+102+220=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 102 (40.23% from 255 or 19.32% from 528); Blue value is 220 (86.33% from 255 or 41.67% from 528); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66DC is #319923. Grayscale: #929292. Windows color (decimal): -3250468 or 14444238. OLE color: 14444238.

HSL color Cylindrical-coordinate representation of color #CE66DC: hue angle of 292.88º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE66DC is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 102 220 -
CMYK 0.06 0.54 0 0.14
HSL 292.88º 0.63% 0.63% -
HSV(B) 292.88º 0.54% 0.86% -
XYZ 43.12 27.79 70.8 -
YUV 146.55 169.46 170.41 -
System Red Green Blue C M Y K H S L
Decimal 206 102 220 0.06 0.54 0 0.14 292.88 0.63 0.63
Hex CE 66 DC 6 36 0 E 125 3F 3F
Octal 316 146 334 6 66 0 16 445 77 77
Binary 11001110 1100110 11011100 110 110110 0 1110 100100101 111111 111111

Color Harmonies of #CE66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66DC

Black with #CE66DC

Text Example


Text Example

White with #CE66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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