Html Css Color HEX #DC78F5 Heliotrope

📋 copy color: '#DC78F5'

red 220 ◦ green 120 ◦ blue 245

#DC78F5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DC78F5

Tints of Heliotrope #DC78F5

RGB

 RED value IS 220 (86.33% from 255) = 37.61%

 GREEN value IS 120 (47.27% from 255) = 20.51%

 BLUE value IS 245 (96.09% from 255) = 41.88%

R = 37.61%
G = 20.51%
B = 41.88%

CMYK

 C value IS 0.10

 M value IS 0.51

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#DC78F5 (or 0xDC78F5) is known color: Heliotrope. HEX triplet: DC, 78 and F5. RGB value is (220,120,245). Sum of RGB (Red+Green+Blue) = 220+120+245=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 120 (47.27% from 255 or 20.51% from 585); Blue value is 245 (96.09% from 255 or 41.88% from 585); Max value from RGB is 245 - color contains mainly: blue. Hex color #DC78F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78F5 is #23870A. Grayscale: #A3A3A3. Windows color (decimal): -2328331 or 16087260. OLE color: 16087260.

HSL color Cylindrical-coordinate representation of color #DC78F5: hue angle of 288º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC78F5 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 120 245 -
CMYK 0.10 0.51 0 0.04
HSL 288º 0.86% 0.72% -
HSV(B) 288º 0.51% 0.96% -
XYZ 52.71 35.24 90.41 -
YUV 164.15 173.63 167.84 -
System Red Green Blue C M Y K H S L
Decimal 220 120 245 0.10 0.51 0 0.04 288 0.86 0.72
Hex DC 78 F5 A 33 0 4 120 56 48
Octal 334 170 365 12 63 0 4 440 126 110
Binary 11011100 1111000 11110101 1010 110011 0 100 100100000 1010110 1001000

Color Harmonies of #DC78F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78F5

Black with #DC78F5

Text Example


Text Example

White with #DC78F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78F5; }

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

 H1.HeaderClassName
 {
   color: #DC78F5;
 }
 .AnyTagClassName
 {
   color: #DC78F5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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