#CD85ED

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

Shades of Heliotrope #CD85ED

Tints of Heliotrope #CD85ED

Color information

#CD85ED (or 0xCD85ED) is unknown color: approx Heliotrope. HEX triplet: CD, 85 and ED. RGB value is (205,133,237). Sum of RGB (Red+Green+Blue) = 205+133+237=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD85ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD85ED is #327A12. Grayscale: #A6A6A6. Windows color (decimal): -3308051 or 15566285. OLE color: 15566285.

HSL color Cylindrical-coordinate representation of color #CD85ED: hue angle of 281.54º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD85ED is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205133237-
CMYK0.140.4400.07
HSL281.54º74.29%72.55%-
HSV(B)281.54º43.88%92.94%-
XYZ48.8535.8784.47-
YUV166.38167.85155.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 133 (52.34% from 255) = 23.13%
BLUE value IS 237 (92.97% from 255) = 41.22%
R=35.65%
G=23.13%
B=41.22%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051332370.140.4400.07281.5474.2972.55
HexCD85EDE2C0711a4a49
Octal315205355165407432112111
Binary1100110110000101111011011110101100011110001101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD85ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD85ED; }

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

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

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

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

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

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

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

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