#CD7DEE

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

Shades of Heliotrope #CD7DEE

Tints of Heliotrope #CD7DEE

Color information

#CD7DEE (or 0xCD7DEE) is unknown color: approx Heliotrope. HEX triplet: CD, 7D and EE. RGB value is (205,125,238). Sum of RGB (Red+Green+Blue) = 205+125+238=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 125 (49.22% from 255 or 22.01% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #CD7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7DEE is #328211. Grayscale: #A1A1A1. Windows color (decimal): -3310098 or 15629773. OLE color: 15629773.

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

Color convert

RGB205125238-
CMYK0.140.4700.07
HSL282.48º76.87%71.18%-
HSV(B)282.48º47.48%93.33%-
XYZ47.9433.8284.89-
YUV161.8171158.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 125 (49.22% from 255) = 22.01%
BLUE value IS 238 (93.36% from 255) = 41.90%
R=36.09%
G=22.01%
B=41.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051252380.140.4700.07282.4876.8771.18
HexCD7DEEE2F0711a4d47
Octal315175356165707432115107
Binary110011011111101111011101110101111011110001101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7DEE; }

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

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

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

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

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

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

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

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