#CD7EEC

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

Shades of Heliotrope #CD7EEC

Tints of Heliotrope #CD7EEC

Color information

#CD7EEC (or 0xCD7EEC) is unknown color: approx Heliotrope. HEX triplet: CD, 7E and EC. RGB value is (205,126,236). Sum of RGB (Red+Green+Blue) = 205+126+236=567 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.16% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD7EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7EEC is #328113. Grayscale: #A1A1A1. Windows color (decimal): -3309844 or 15498957. OLE color: 15498957.

HSL color Cylindrical-coordinate representation of color #CD7EEC: hue angle of 283.09º 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 #CD7EEC is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205126236-
CMYK0.130.4700.07
HSL283.09º74.32%70.98%-
HSV(B)283.09º46.61%92.55%-
XYZ47.7833.9683.39-
YUV162.16169.67158.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.16%
GREEN value IS 126 (49.61% from 255) = 22.22%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=36.16%
G=22.22%
B=41.62%

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
Decimal2051262360.130.4700.07283.0974.3270.98
HexCD7EECD2F0711b4a47
Octal315176354155707433112107
Binary110011011111110111011001101101111011110001101110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EEC; }

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

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

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

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

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

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

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

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