Html Css Color HEX #DC78FC Heliotrope

📋 copy color: '#DC78FC'

red 220 ◦ green 120 ◦ blue 252

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

Shades of Heliotrope #DC78FC

Tints of Heliotrope #DC78FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 42.57%

R = 37.16%
G = 20.27%
B = 42.57%

CMYK

 C value IS 0.13

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC78FC (or 0xDC78FC) is known color: Heliotrope. HEX triplet: DC, 78 and FC. RGB value is (220,120,252). Sum of RGB (Red+Green+Blue) = 220+120+252=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 120 (47.27% from 255 or 20.27% from 592); Blue value is 252 (98.83% from 255 or 42.57% from 592); Max value from RGB is 252 - color contains mainly: blue. Hex color #DC78FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78FC is #238703. Grayscale: #A4A4A4. Windows color (decimal): -2328324 or 16546012. OLE color: 16546012.

HSL color Cylindrical-coordinate representation of color #DC78FC: hue angle of 285.45º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC78FC is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 120 252 -
CMYK 0.13 0.52 0 0.01
HSL 285.45º 0.96% 0.73% -
HSV(B) 285.45º 0.52% 0.99% -
XYZ 53.8 35.68 96.15 -
YUV 164.95 177.13 167.27 -
System Red Green Blue C M Y K H S L
Decimal 220 120 252 0.13 0.52 0 0.01 285.45 0.96 0.73
Hex DC 78 FC D 34 0 1 11D 60 49
Octal 334 170 374 15 64 0 1 435 140 111
Binary 11011100 1111000 11111100 1101 110100 0 1 100011101 1100000 1001001

Color Harmonies of #DC78FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78FC

Black with #DC78FC

Text Example


Text Example

White with #DC78FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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