#DC78EF

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

Shades of Heliotrope #DC78EF

Tints of Heliotrope #DC78EF

Color information

#DC78EF (or 0xDC78EF) is unknown color: approx Heliotrope. HEX triplet: DC, 78 and EF. RGB value is (220,120,239). Sum of RGB (Red+Green+Blue) = 220+120+239=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 120 (47.27% from 255 or 20.73% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC78EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78EF is #238710. Grayscale: #A3A3A3. Windows color (decimal): -2328337 or 15694044. OLE color: 15694044.

HSL color Cylindrical-coordinate representation of color #DC78EF: hue angle of 290.42º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC78EF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB220120239-
CMYK0.080.5000.06
HSL290.42º78.81%70.39%-
HSV(B)290.42º49.79%93.73%-
XYZ51.8134.8885.66-
YUV163.47170.63168.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 120 (47.27% from 255) = 20.73%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=38.00%
G=20.73%
B=41.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2201202390.080.5000.06290.4278.8170.39
HexDC78EF832061224f46
Octal334170357106206442117106
Binary110111001111000111011111000110010011010010001010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC78EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC78EF; }

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

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

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

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

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

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

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

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