Html Css Color HEX #CC66DC Orchid

📋 copy color: '#CC66DC'

red 204 ◦ green 102 ◦ blue 220

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

Shades of Orchid #CC66DC

Tints of Orchid #CC66DC

RGB

 RED value IS 204 (80.08% from 255) = 38.78%

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

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

R = 38.78%
G = 19.39%
B = 41.83%

CMYK

 C value IS 0.07

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC66DC (or 0xCC66DC) is known color: Orchid. HEX triplet: CC, 66 and DC. RGB value is (204,102,220). Sum of RGB (Red+Green+Blue) = 204+102+220=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 102 (40.23% from 255 or 19.39% from 526); Blue value is 220 (86.33% from 255 or 41.83% from 526); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC66DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66DC is #339923. Grayscale: #919191. Windows color (decimal): -3381540 or 14444236. OLE color: 14444236.

HSL color Cylindrical-coordinate representation of color #CC66DC: hue angle of 291.86º 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 #CC66DC is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 102 220 -
CMYK 0.07 0.54 0 0.14
HSL 291.86º 0.63% 0.63% -
HSV(B) 291.86º 0.54% 0.86% -
XYZ 42.57 27.51 70.78 -
YUV 145.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 204 102 220 0.07 0.54 0 0.14 291.86 0.63 0.63
Hex CC 66 DC 7 36 0 E 124 3F 3F
Octal 314 146 334 7 66 0 16 444 77 77
Binary 11001100 1100110 11011100 111 110110 0 1110 100100100 111111 111111

Color Harmonies of #CC66DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66DC

Black with #CC66DC

Text Example


Text Example

White with #CC66DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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