Html Css Color HEX #CC64DD Orchid

📋 copy color: '#CC64DD'

red 204 ◦ green 100 ◦ blue 221

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

Shades of Orchid #CC64DD

Tints of Orchid #CC64DD

RGB

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

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

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

R = 38.86%
G = 19.05%
B = 42.1%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC64DD (or 0xCC64DD) is known color: Orchid. HEX triplet: CC, 64 and DD. RGB value is (204,100,221). Sum of RGB (Red+Green+Blue) = 204+100+221=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 100 (39.45% from 255 or 19.05% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC64DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64DD is #339B22. Grayscale: #909090. Windows color (decimal): -3382051 or 14509260. OLE color: 14509260.

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

Color convert

RGB 204 100 221 -
CMYK 0.08 0.55 0 0.13
HSL 291.57º 0.64% 0.63% -
HSV(B) 291.57º 0.55% 0.87% -
XYZ 42.51 27.17 71.41 -
YUV 144.89 170.96 170.16 -
System Red Green Blue C M Y K H S L
Decimal 204 100 221 0.08 0.55 0 0.13 291.57 0.64 0.63
Hex CC 64 DD 8 37 0 D 124 40 3F
Octal 314 144 335 10 67 0 15 444 100 77
Binary 11001100 1100100 11011101 1000 110111 0 1101 100100100 1000000 111111

Color Harmonies of #CC64DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64DD

Black with #CC64DD

Text Example


Text Example

White with #CC64DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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