Html Css Color HEX #CC66DD Orchid

📋 copy color: '#CC66DD'

red 204 ◦ green 102 ◦ blue 221

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

Shades of Orchid #CC66DD

Tints of Orchid #CC66DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.94%

R = 38.71%
G = 19.35%
B = 41.94%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC66DD (or 0xCC66DD) is known color: Orchid. HEX triplet: CC, 66 and DD. RGB value is (204,102,221). Sum of RGB (Red+Green+Blue) = 204+102+221=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC66DD is #339922. Grayscale: #919191. Windows color (decimal): -3381539 or 14509772. OLE color: 14509772.

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

Color convert

RGB 204 102 221 -
CMYK 0.08 0.54 0 0.13
HSL 291.43º 0.64% 0.63% -
HSV(B) 291.43º 0.54% 0.87% -
XYZ 42.7 27.56 71.48 -
YUV 146.06 170.29 169.32 -
System Red Green Blue C M Y K H S L
Decimal 204 102 221 0.08 0.54 0 0.13 291.43 0.64 0.63
Hex CC 66 DD 8 36 0 D 123 40 3F
Octal 314 146 335 10 66 0 15 443 100 77
Binary 11001100 1100110 11011101 1000 110110 0 1101 100100011 1000000 111111

Color Harmonies of #CC66DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66DD

Black with #CC66DD

Text Example


Text Example

White with #CC66DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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