#DC7AEE

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

Shades of Heliotrope #DC7AEE

Tints of Heliotrope #DC7AEE

Color information

#DC7AEE (or 0xDC7AEE) is unknown color: approx Heliotrope. HEX triplet: DC, 7A and EE. RGB value is (220,122,238). Sum of RGB (Red+Green+Blue) = 220+122+238=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 122 (48.05% from 255 or 21.03% from 580); Blue value is 238 (93.36% from 255 or 41.03% from 580); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC7AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7AEE is #238511. Grayscale: #A4A4A4. Windows color (decimal): -2327826 or 15629020. OLE color: 15629020.

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

Color convert

RGB220122238-
CMYK0.080.4900.07
HSL290.69º77.33%70.59%-
HSV(B)290.69º48.74%93.33%-
XYZ51.9135.3184.97-
YUV164.53169.47167.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.93%
GREEN value IS 122 (48.05% from 255) = 21.03%
BLUE value IS 238 (93.36% from 255) = 41.03%
R=37.93%
G=21.03%
B=41.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201222380.080.4900.07290.6977.3370.59
HexDC7AEE831071234d47
Octal334172356106107443115107
Binary110111001111010111011101000110001011110010001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7AEE; }

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

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

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

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

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

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

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

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