Html Css Color HEX #CC64EE Heliotrope

📋 copy color: '#CC64EE'

red 204 ◦ green 100 ◦ blue 238

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

Shades of Heliotrope #CC64EE

Tints of Heliotrope #CC64EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 37.64%
G = 18.45%
B = 43.91%

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

#CC64EE (or 0xCC64EE) is known color: Heliotrope. HEX triplet: CC, 64 and EE. RGB value is (204,100,238). Sum of RGB (Red+Green+Blue) = 204+100+238=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 100 (39.45% from 255 or 18.45% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC64EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64EE is #339B11. Grayscale: #929292. Windows color (decimal): -3382034 or 15623372. OLE color: 15623372.

HSL color Cylindrical-coordinate representation of color #CC64EE: hue angle of 285.22º degrees, saturation: 0.8, 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 #CC64EE is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 100 238 -
CMYK 0.14 0.58 0 0.07
HSL 285.22º 0.8% 0.66% -
HSV(B) 285.22º 0.58% 0.93% -
XYZ 44.89 28.12 83.95 -
YUV 146.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 204 100 238 0.14 0.58 0 0.07 285.22 0.8 0.66
Hex CC 64 EE E 3A 0 7 11D 50 42
Octal 314 144 356 16 72 0 7 435 120 102
Binary 11001100 1100100 11101110 1110 111010 0 111 100011101 1010000 1000010

Color Harmonies of #CC64EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64EE

Black with #CC64EE

Text Example


Text Example

White with #CC64EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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