Html Css Color HEX #CC64CE Orchid

📋 copy color: '#CC64CE'

red 204 ◦ green 100 ◦ blue 206

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

Shades of Orchid #CC64CE

Tints of Orchid #CC64CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.61%

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

R = 40%
G = 19.61%
B = 40.39%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CC64CE (or 0xCC64CE) is known color: Orchid. HEX triplet: CC, 64 and CE. RGB value is (204,100,206). Sum of RGB (Red+Green+Blue) = 204+100+206=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC64CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64CE is #339B31. Grayscale: #8E8E8E. Windows color (decimal): -3382066 or 13526220. OLE color: 13526220.

HSL color Cylindrical-coordinate representation of color #CC64CE: hue angle of 298.87º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64CE is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 100 206 -
CMYK 0.01 0.51 0 0.19
HSL 298.87º 0.52% 0.6% -
HSV(B) 298.87º 0.51% 0.81% -
XYZ 40.6 26.41 61.35 -
YUV 143.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 204 100 206 0.01 0.51 0 0.19 298.87 0.52 0.6
Hex CC 64 CE 1 33 0 13 12B 34 3C
Octal 314 144 316 1 63 0 23 453 64 74
Binary 11001100 1100100 11001110 1 110011 0 10011 100101011 110100 111100

Color Harmonies of #CC64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64CE

Black with #CC64CE

Text Example


Text Example

White with #CC64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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