#CD64EB

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

Shades of Heliotrope #CD64EB

Tints of Heliotrope #CD64EB

Color information

#CD64EB (or 0xCD64EB) is unknown color: approx Heliotrope. HEX triplet: CD, 64 and EB. RGB value is (205,100,235). Sum of RGB (Red+Green+Blue) = 205+100+235=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 100 (39.45% from 255 or 18.52% from 540); Blue value is 235 (92.19% from 255 or 43.52% from 540); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD64EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD64EB is #329B14. Grayscale: #929292. Windows color (decimal): -3316501 or 15426765. OLE color: 15426765.

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

Color convert

RGB205100235-
CMYK0.130.5700.08
HSL286.67º77.14%65.69%-
HSV(B)286.67º57.45%92.16%-
XYZ44.7328.0981.66-
YUV146.78177.79169.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.96%
GREEN value IS 100 (39.45% from 255) = 18.52%
BLUE value IS 235 (92.19% from 255) = 43.52%
R=37.96%
G=18.52%
B=43.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051002350.130.5700.08286.6777.1465.69
HexCD64EBD390811f4d42
Octal3151443531571010437115102
Binary1100110111001001110101111011110010100010001111110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD64EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD64EB; }

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

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

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

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

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

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

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

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