#dc78eb

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

Shades of Heliotrope #DC78EB

Tints of Heliotrope #DC78EB

Color information

#DC78EB (or 0xDC78EB) is unknown color: approx Heliotrope. HEX triplet: DC, 78 and EB. RGB value is (220,120,235). Sum of RGB (Red+Green+Blue) = 220+120+235=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC78EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78EB is #238714. Grayscale: #A2A2A2. Windows color (decimal): -2328341 or 15431900. OLE color: 15431900.

HSL color Cylindrical-coordinate representation of color #DC78EB: hue angle of 292.17º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC78EB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220120235-
CMYK0.060.4900.08
HSL292.17º74.19%69.61%-
HSV(B)292.17º48.94%92.16%-
XYZ51.2334.6582.58-
YUV163.01168.63168.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 120 (47.27% from 255) = 20.87%
BLUE value IS 235 (92.19% from 255) = 40.87%
R=38.26%
G=20.87%
B=40.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201202350.060.4900.08292.1774.1969.61
HexDC78EB631081244a46
Octal334170353661010444112106
Binary110111001111000111010111101100010100010010010010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc78eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc78eb; }

 p { color: rgb(220,120,235); }

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

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

 a { background-color: rgb(220,120,235); }

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

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

 span { border-color: rgb(220,120,235); }

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