Html Css Color HEX #DC78FA Heliotrope

📋 copy color: '#DC78FA'

red 220 ◦ green 120 ◦ blue 250

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

Shades of Heliotrope #DC78FA

Tints of Heliotrope #DC78FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.37%

R = 37.29%
G = 20.34%
B = 42.37%

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

#DC78FA (or 0xDC78FA) is known color: Heliotrope. HEX triplet: DC, 78 and FA. RGB value is (220,120,250). Sum of RGB (Red+Green+Blue) = 220+120+250=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 120 (47.27% from 255 or 20.34% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78FA is #238705. Grayscale: #A4A4A4. Windows color (decimal): -2328326 or 16414940. OLE color: 16414940.

HSL color Cylindrical-coordinate representation of color #DC78FA: hue angle of 286.15º degrees, saturation: 0.93, 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 #DC78FA is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 120 250 -
CMYK 0.12 0.52 0 0.02
HSL 286.15º 0.93% 0.73% -
HSV(B) 286.15º 0.52% 0.98% -
XYZ 53.49 35.55 94.49 -
YUV 164.72 176.13 167.43 -
System Red Green Blue C M Y K H S L
Decimal 220 120 250 0.12 0.52 0 0.02 286.15 0.93 0.73
Hex DC 78 FA C 34 0 2 11E 5D 49
Octal 334 170 372 14 64 0 2 436 135 111
Binary 11011100 1111000 11111010 1100 110100 0 10 100011110 1011101 1001001

Color Harmonies of #DC78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78FA

Black with #DC78FA

Text Example


Text Example

White with #DC78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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