#DC7DEE

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

Shades of Heliotrope #DC7DEE

Tints of Heliotrope #DC7DEE

Color information

#DC7DEE (or 0xDC7DEE) is unknown color: approx Heliotrope. HEX triplet: DC, 7D and EE. RGB value is (220,125,238). Sum of RGB (Red+Green+Blue) = 220+125+238=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 125 (49.22% from 255 or 21.44% from 583); Blue value is 238 (93.36% from 255 or 40.82% from 583); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC7DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DEE is #238211. Grayscale: #A5A5A5. Windows color (decimal): -2327058 or 15629788. OLE color: 15629788.

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

Color convert

RGB220125238-
CMYK0.080.4700.07
HSL290.44º76.87%71.18%-
HSV(B)290.44º47.48%93.33%-
XYZ52.2836.0685.09-
YUV166.29168.47166.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.74%
GREEN value IS 125 (49.22% from 255) = 21.44%
BLUE value IS 238 (93.36% from 255) = 40.82%
R=37.74%
G=21.44%
B=40.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201252380.080.4700.07290.4476.8771.18
HexDC7DEE82F071224d47
Octal334175356105707442115107
Binary110111001111101111011101000101111011110010001010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DEE; }

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

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

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

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

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

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

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

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