#CD64EC

Color #CD64EC Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #CD64EC

Tints of Heliotrope #CD64EC

Color information

#CD64EC (or 0xCD64EC) is unknown color: approx Heliotrope. HEX triplet: CD, 64 and EC. RGB value is (205,100,236). Sum of RGB (Red+Green+Blue) = 205+100+236=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 100 (39.45% from 255 or 18.48% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD64EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64EC is #329B13. Grayscale: #929292. Windows color (decimal): -3316500 or 15492301. OLE color: 15492301.

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

Color convert

RGB205100236-
CMYK0.130.5800.07
HSL286.32º78.16%65.88%-
HSV(B)286.32º57.63%92.55%-
XYZ44.8728.1582.43-
YUV146.9178.29169.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.89%
GREEN value IS 100 (39.45% from 255) = 18.48%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=37.89%
G=18.48%
B=43.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051002360.130.5800.07286.3278.1665.88
HexCD64ECD3A0711e4e42
Octal315144354157207436116102
Binary110011011100100111011001101111010011110001111010011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64EC; }

 p { color: rgb(205,100,236); }

 H1.HeaderClassName
 {
   color: #CD64EC;
 }
 .AnyTagClassName
 {
   color: #CD64EC;
 }
</style>
background-color css

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

 a { background-color: rgb(205,100,236); }

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

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

 span { border-color: rgb(205,100,236); }

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