#CD5EED

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

Shades of Heliotrope #CD5EED

Tints of Heliotrope #CD5EED

Color information

#CD5EED (or 0xCD5EED) is unknown color: approx Heliotrope. HEX triplet: CD, 5E and ED. RGB value is (205,94,237). Sum of RGB (Red+Green+Blue) = 205+94+237=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 94 (37.11% from 255 or 17.54% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD5EED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD5EED is #32A112. Grayscale: #8F8F8F. Windows color (decimal): -3318035 or 15556301. OLE color: 15556301.

HSL color Cylindrical-coordinate representation of color #CD5EED: hue angle of 286.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5EED is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20594237-
CMYK0.140.6000.07
HSL286.57º79.89%64.9%-
HSV(B)286.57º60.34%92.94%-
XYZ44.4727.183.01-
YUV143.49180.77171.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 38.25%
GREEN value IS 94 (37.11% from 255) = 17.54%
BLUE value IS 237 (92.97% from 255) = 44.22%
R=38.25%
G=17.54%
B=44.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal205942370.140.6000.07286.5779.8964.9
HexCD5EEDE3C0711f5041
Octal315136355167407437120101
Binary110011011011110111011011110111100011110001111110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5EED; }

 p { color: rgb(205,94,237); }

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

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

 a { background-color: rgb(205,94,237); }

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

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

 span { border-color: rgb(205,94,237); }

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