#CD82EB

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

Shades of Heliotrope #CD82EB

Tints of Heliotrope #CD82EB

Color information

#CD82EB (or 0xCD82EB) is unknown color: approx Heliotrope. HEX triplet: CD, 82 and EB. RGB value is (205,130,235). Sum of RGB (Red+Green+Blue) = 205+130+235=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #CD82EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD82EB is #327D14. Grayscale: #A4A4A4. Windows color (decimal): -3308821 or 15434445. OLE color: 15434445.

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

Color convert

RGB205130235-
CMYK0.130.4500.08
HSL282.86º72.41%71.57%-
HSV(B)282.86º44.68%92.16%-
XYZ48.1534.9482.8-
YUV164.4167.85156.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=35.96%
G=22.81%
B=41.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051302350.130.4500.08282.8672.4171.57
HexCD82EBD2D0811b4848
Octal3152023531555010433110110
Binary11001101100000101110101111011011010100010001101110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD82EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD82EB; }

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

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

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

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

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

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

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

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