#DC7DFF

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

Shades of Heliotrope #DC7DFF

Tints of Heliotrope #DC7DFF

Color information

#DC7DFF (or 0xDC7DFF) is unknown color: approx Heliotrope. HEX triplet: DC, 7D and FF. RGB value is (220,125,255). Sum of RGB (Red+Green+Blue) = 220+125+255=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 125 (49.22% from 255 or 20.83% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #DC7DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC7DFF is #238200. Grayscale: #A7A7A7. Windows color (decimal): -2327041 or 16743900. OLE color: 16743900.

HSL color Cylindrical-coordinate representation of color #DC7DFF: hue angle of 283.85º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC7DFF is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220125255-
CMYK0.140.5100
HSL283.85º100%74.51%-
HSV(B)283.85º50.98%100%-
XYZ54.937.198.88-
YUV168.22176.97164.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 125 (49.22% from 255) = 20.83%
BLUE value IS 255 (100% from 255) = 42.5%
R=36.67%
G=20.83%
B=42.5%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201252550.140.5100283.8510074.51
HexDC7DFFE330011c644b
Octal334175377166300434144113
Binary1101110011111011111111111101100110010001110011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7DFF; }

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

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

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

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

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

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

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

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