#CD64EA

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

Shades of Heliotrope #CD64EA

Tints of Heliotrope #CD64EA

Color information

#CD64EA (or 0xCD64EA) is unknown color: approx Heliotrope. HEX triplet: CD, 64 and EA. RGB value is (205,100,234). Sum of RGB (Red+Green+Blue) = 205+100+234=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 100 (39.45% from 255 or 18.55% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD64EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64EA is #329B15. Grayscale: #929292. Windows color (decimal): -3316502 or 15361229. OLE color: 15361229.

HSL color Cylindrical-coordinate representation of color #CD64EA: hue angle of 287.01º 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 #CD64EA is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205100234-
CMYK0.120.5700.08
HSL287.01º76.14%65.49%-
HSV(B)287.01º57.26%91.76%-
XYZ44.5928.0380.9-
YUV146.67177.29169.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.03%
GREEN value IS 100 (39.45% from 255) = 18.55%
BLUE value IS 234 (91.80% from 255) = 43.41%
R=38.03%
G=18.55%
B=43.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051002340.120.5700.08287.0176.1465.49
HexCD64EAC390811f4c41
Octal3151443521471010437114101
Binary1100110111001001110101011001110010100010001111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64EA; }

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

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

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

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

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

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

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

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