#CD83EC

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

Shades of Heliotrope #CD83EC

Tints of Heliotrope #CD83EC

Color information

#CD83EC (or 0xCD83EC) is unknown color: approx Heliotrope. HEX triplet: CD, 83 and EC. RGB value is (205,131,236). Sum of RGB (Red+Green+Blue) = 205+131+236=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 131 (51.56% from 255 or 22.90% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD83EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD83EC is #327C13. Grayscale: #A4A4A4. Windows color (decimal): -3308564 or 15500237. OLE color: 15500237.

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

Color convert

RGB205131236-
CMYK0.130.4400.07
HSL282.29º73.43%71.96%-
HSV(B)282.29º44.49%92.55%-
XYZ48.4335.2783.61-
YUV165.1168.02156.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 131 (51.56% from 255) = 22.90%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=35.84%
G=22.90%
B=41.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051312360.130.4400.07282.2973.4371.96
HexCD83ECD2C0711a4948
Octal315203354155407432111110
Binary1100110110000011111011001101101100011110001101010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD83EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD83EC; }

 p { color: rgb(205,131,236); }

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

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

 a { background-color: rgb(205,131,236); }

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

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

 span { border-color: rgb(205,131,236); }

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