Html Css Color HEX #DC78FB Heliotrope

📋 copy color: '#DC78FB'

red 220 ◦ green 120 ◦ blue 251

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

Shades of Heliotrope #DC78FB

Tints of Heliotrope #DC78FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.47%

R = 37.23%
G = 20.3%
B = 42.47%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC78FB (or 0xDC78FB) is known color: Heliotrope. HEX triplet: DC, 78 and FB. RGB value is (220,120,251). Sum of RGB (Red+Green+Blue) = 220+120+251=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 120 (47.27% from 255 or 20.30% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC78FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78FB is #238704. Grayscale: #A4A4A4. Windows color (decimal): -2328325 or 16480476. OLE color: 16480476.

HSL color Cylindrical-coordinate representation of color #DC78FB: hue angle of 285.8º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC78FB is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 120 251 -
CMYK 0.12 0.52 0 0.02
HSL 285.8º 0.94% 0.73% -
HSV(B) 285.8º 0.52% 0.98% -
XYZ 53.64 35.61 95.31 -
YUV 164.83 176.63 167.35 -
System Red Green Blue C M Y K H S L
Decimal 220 120 251 0.12 0.52 0 0.02 285.8 0.94 0.73
Hex DC 78 FB C 34 0 2 11E 5E 49
Octal 334 170 373 14 64 0 2 436 136 111
Binary 11011100 1111000 11111011 1100 110100 0 10 100011110 1011110 1001001

Color Harmonies of #DC78FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78FB

Black with #DC78FB

Text Example


Text Example

White with #DC78FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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