Html Css Color HEX #CC64DE Orchid

📋 copy color: '#CC64DE'

red 204 ◦ green 100 ◦ blue 222

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

Shades of Orchid #CC64DE

Tints of Orchid #CC64DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.21%

R = 38.78%
G = 19.01%
B = 42.21%

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

#CC64DE (or 0xCC64DE) is known color: Orchid. HEX triplet: CC, 64 and DE. RGB value is (204,100,222). Sum of RGB (Red+Green+Blue) = 204+100+222=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 100 (39.45% from 255 or 19.01% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC64DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC64DE is #339B21. Grayscale: #909090. Windows color (decimal): -3382050 or 14574796. OLE color: 14574796.

HSL color Cylindrical-coordinate representation of color #CC64DE: hue angle of 291.15º degrees, saturation: 0.65, 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 #CC64DE is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 100 222 -
CMYK 0.08 0.55 0 0.13
HSL 291.15º 0.65% 0.63% -
HSV(B) 291.15º 0.55% 0.87% -
XYZ 42.64 27.23 72.11 -
YUV 145 171.46 170.08 -
System Red Green Blue C M Y K H S L
Decimal 204 100 222 0.08 0.55 0 0.13 291.15 0.65 0.63
Hex CC 64 DE 8 37 0 D 123 41 3F
Octal 314 144 336 10 67 0 15 443 101 77
Binary 11001100 1100100 11011110 1000 110111 0 1101 100100011 1000001 111111

Color Harmonies of #CC64DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64DE

Black with #CC64DE

Text Example


Text Example

White with #CC64DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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