#cd82ee

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

Shades of Heliotrope #CD82EE

Tints of Heliotrope #CD82EE

Color information

#CD82EE (or 0xCD82EE) is unknown color: approx Heliotrope. HEX triplet: CD, 82 and EE. RGB value is (205,130,238). Sum of RGB (Red+Green+Blue) = 205+130+238=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 238 (93.36% from 255 or 41.54% from 573); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD82EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD82EE is #327D11. Grayscale: #A4A4A4. Windows color (decimal): -3308818 or 15631053. OLE color: 15631053.

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

Color convert

RGB205130238-
CMYK0.140.4500.07
HSL281.67º76.06%72.16%-
HSV(B)281.67º45.38%93.33%-
XYZ48.5935.1285.11-
YUV164.74169.35156.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 130 (51.17% from 255) = 22.69%
BLUE value IS 238 (93.36% from 255) = 41.54%
R=35.78%
G=22.69%
B=41.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051302380.140.4500.07281.6776.0672.16
HexCD82EEE2D0711a4c48
Octal315202356165507432114110
Binary1100110110000010111011101110101101011110001101010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd82ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd82ee; }

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

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

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

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

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

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

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

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