#CD7EEF

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

Shades of Heliotrope #CD7EEF

Tints of Heliotrope #CD7EEF

Color information

#CD7EEF (or 0xCD7EEF) is unknown color: approx Heliotrope. HEX triplet: CD, 7E and EF. RGB value is (205,126,239). Sum of RGB (Red+Green+Blue) = 205+126+239=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #CD7EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD7EEF is #328110. Grayscale: #A2A2A2. Windows color (decimal): -3309841 or 15695565. OLE color: 15695565.

HSL color Cylindrical-coordinate representation of color #CD7EEF: hue angle of 281.95º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD7EEF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB205126239-
CMYK0.140.4700.06
HSL281.95º77.93%71.57%-
HSV(B)281.95º47.28%93.73%-
XYZ48.2234.1385.71-
YUV162.5171.17158.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 126 (49.61% from 255) = 22.11%
BLUE value IS 239 (93.75% from 255) = 41.93%
R=35.96%
G=22.11%
B=41.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2051262390.140.4700.06281.9577.9371.57
HexCD7EEFE2F0611a4e48
Octal315176357165706432116110
Binary110011011111110111011111110101111011010001101010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7EEF; }

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

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

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

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

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

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

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

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