Html Css Color HEX #CC66CE Orchid

📋 copy color: '#CC66CE'

red 204 ◦ green 102 ◦ blue 206

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

Shades of Orchid #CC66CE

Tints of Orchid #CC66CE

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

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

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

Color convert

RGB 204 102 206 -
CMYK 0.01 0.50 0 0.19
HSL 298.85º 0.51% 0.6% -
HSV(B) 298.85º 0.5% 0.81% -
XYZ 40.79 26.8 61.41 -
YUV 144.35 162.79 170.54 -
System Red Green Blue C M Y K H S L
Decimal 204 102 206 0.01 0.50 0 0.19 298.85 0.51 0.6
Hex CC 66 CE 1 32 0 13 12B 33 3C
Octal 314 146 316 1 62 0 23 453 63 74
Binary 11001100 1100110 11001110 1 110010 0 10011 100101011 110011 111100

Color Harmonies of #CC66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC66CE

Black with #CC66CE

Text Example


Text Example

White with #CC66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC66CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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