#CD80ED

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

Shades of Heliotrope #CD80ED

Tints of Heliotrope #CD80ED

Color information

#CD80ED (or 0xCD80ED) is unknown color: approx Heliotrope. HEX triplet: CD, 80 and ED. RGB value is (205,128,237). Sum of RGB (Red+Green+Blue) = 205+128+237=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 237 (92.97% from 255 or 41.58% from 570); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD80ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD80ED is #327F12. Grayscale: #A3A3A3. Windows color (decimal): -3309331 or 15565005. OLE color: 15565005.

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

Color convert

RGB205128237-
CMYK0.140.4600.07
HSL282.39º75.17%71.57%-
HSV(B)282.39º45.99%92.94%-
XYZ48.1834.5384.25-
YUV163.45169.51157.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 237 (92.97% from 255) = 41.58%
R=35.96%
G=22.46%
B=41.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051282370.140.4600.07282.3975.1771.57
HexCD80EDE2E0711a4b48
Octal315200355165607432113110
Binary1100110110000000111011011110101110011110001101010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD80ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD80ED; }

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

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

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

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

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

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

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

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