Html Css Color HEX #CC64ED Heliotrope

📋 copy color: '#CC64ED'

red 204 ◦ green 100 ◦ blue 237

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

Shades of Heliotrope #CC64ED

Tints of Heliotrope #CC64ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 37.71%
G = 18.48%
B = 43.81%

CMYK

 C value IS 0.14

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC64ED (or 0xCC64ED) is known color: Heliotrope. HEX triplet: CC, 64 and ED. RGB value is (204,100,237). Sum of RGB (Red+Green+Blue) = 204+100+237=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC64ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64ED is #339B12. Grayscale: #929292. Windows color (decimal): -3382035 or 15557836. OLE color: 15557836.

HSL color Cylindrical-coordinate representation of color #CC64ED: hue angle of 285.55º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC64ED is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 100 237 -
CMYK 0.14 0.58 0 0.07
HSL 285.55º 0.79% 0.66% -
HSV(B) 285.55º 0.58% 0.93% -
XYZ 44.75 28.07 83.18 -
YUV 146.71 178.96 168.86 -
System Red Green Blue C M Y K H S L
Decimal 204 100 237 0.14 0.58 0 0.07 285.55 0.79 0.66
Hex CC 64 ED E 3A 0 7 11E 4F 42
Octal 314 144 355 16 72 0 7 436 117 102
Binary 11001100 1100100 11101101 1110 111010 0 111 100011110 1001111 1000010

Color Harmonies of #CC64ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64ED

Black with #CC64ED

Text Example


Text Example

White with #CC64ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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