#CD7DEC

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

Shades of Heliotrope #CD7DEC

Tints of Heliotrope #CD7DEC

Color information

#CD7DEC (or 0xCD7DEC) is unknown color: approx Heliotrope. HEX triplet: CD, 7D and EC. RGB value is (205,125,236). Sum of RGB (Red+Green+Blue) = 205+125+236=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 125 (49.22% from 255 or 22.08% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD7DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7DEC is #328213. Grayscale: #A1A1A1. Windows color (decimal): -3310100 or 15498701. OLE color: 15498701.

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

Color convert

RGB205125236-
CMYK0.130.4700.07
HSL283.24º74.5%70.78%-
HSV(B)283.24º47.03%92.55%-
XYZ47.6533.783.35-
YUV161.57170158.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 125 (49.22% from 255) = 22.08%
BLUE value IS 236 (92.58% from 255) = 41.70%
R=36.22%
G=22.08%
B=41.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051252360.130.4700.07283.2474.570.78
HexCD7DECD2F0711b4a47
Octal315175354155707433112107
Binary110011011111101111011001101101111011110001101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DEC; }

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

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

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

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

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

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

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

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