Html Css Color HEX #CC64EA Heliotrope

📋 copy color: '#CC64EA'

red 204 ◦ green 100 ◦ blue 234

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

Shades of Heliotrope #CC64EA

Tints of Heliotrope #CC64EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.49%

R = 37.92%
G = 18.59%
B = 43.49%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC64EA (or 0xCC64EA) is known color: Heliotrope. HEX triplet: CC, 64 and EA. RGB value is (204,100,234). Sum of RGB (Red+Green+Blue) = 204+100+234=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 100 (39.45% from 255 or 18.59% from 538); Blue value is 234 (91.80% from 255 or 43.49% from 538); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC64EA is #339B15. Grayscale: #919191. Windows color (decimal): -3382038 or 15361228. OLE color: 15361228.

HSL color Cylindrical-coordinate representation of color #CC64EA: hue angle of 286.57º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC64EA is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 100 234 -
CMYK 0.13 0.57 0 0.08
HSL 286.57º 0.76% 0.65% -
HSV(B) 286.57º 0.57% 0.92% -
XYZ 44.31 27.89 80.89 -
YUV 146.37 177.46 169.1 -
System Red Green Blue C M Y K H S L
Decimal 204 100 234 0.13 0.57 0 0.08 286.57 0.76 0.65
Hex CC 64 EA D 39 0 8 11F 4C 41
Octal 314 144 352 15 71 0 10 437 114 101
Binary 11001100 1100100 11101010 1101 111001 0 1000 100011111 1001100 1000001

Color Harmonies of #CC64EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC64EA

Black with #CC64EA

Text Example


Text Example

White with #CC64EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC64EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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