Html Css Color HEX #CC64CD Orchid

📋 copy color: '#CC64CD'

red 204 ◦ green 100 ◦ blue 205

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

Shades of Orchid #CC64CD

Tints of Orchid #CC64CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.28%

R = 40.08%
G = 19.65%
B = 40.28%

CMYK

 C value IS 0.00

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CC64CD (or 0xCC64CD) is known color: Orchid. HEX triplet: CC, 64 and CD. RGB value is (204,100,205). Sum of RGB (Red+Green+Blue) = 204+100+205=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 100 (39.45% from 255 or 19.65% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #CC64CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64CD is #339B32. Grayscale: #8E8E8E. Windows color (decimal): -3382067 or 13460684. OLE color: 13460684.

HSL color Cylindrical-coordinate representation of color #CC64CD: hue angle of 299.43º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC64CD is Cyan = 0.00, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 100 205 -
CMYK 0.00 0.51 0 0.20
HSL 299.43º 0.51% 0.6% -
HSV(B) 299.43º 0.51% 0.8% -
XYZ 40.48 26.36 60.71 -
YUV 143.07 162.96 171.46 -
System Red Green Blue C M Y K H S L
Decimal 204 100 205 0.00 0.51 0 0.20 299.43 0.51 0.6
Hex CC 64 CD 0 33 0 14 12B 33 3C
Octal 314 144 315 0 63 0 24 453 63 74
Binary 11001100 1100100 11001101 0 110011 0 10100 100101011 110011 111100

Color Harmonies of #CC64CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64CD

Black with #CC64CD

Text Example


Text Example

White with #CC64CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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