Html Css Color HEX #DC78F1 Heliotrope

📋 copy color: '#DC78F1'

red 220 ◦ green 120 ◦ blue 241

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

Shades of Heliotrope #DC78F1

Tints of Heliotrope #DC78F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.48%

R = 37.87%
G = 20.65%
B = 41.48%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC78F1 (or 0xDC78F1) is known color: Heliotrope. HEX triplet: DC, 78 and F1. RGB value is (220,120,241). Sum of RGB (Red+Green+Blue) = 220+120+241=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 120 (47.27% from 255 or 20.65% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC78F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78F1 is #23870E. Grayscale: #A3A3A3. Windows color (decimal): -2328335 or 15825116. OLE color: 15825116.

HSL color Cylindrical-coordinate representation of color #DC78F1: hue angle of 289.59º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC78F1 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 120 241 -
CMYK 0.09 0.50 0 0.05
HSL 289.59º 0.81% 0.71% -
HSV(B) 289.59º 0.5% 0.95% -
XYZ 52.11 35 87.23 -
YUV 163.69 171.63 168.16 -
System Red Green Blue C M Y K H S L
Decimal 220 120 241 0.09 0.50 0 0.05 289.59 0.81 0.71
Hex DC 78 F1 9 32 0 5 122 51 47
Octal 334 170 361 11 62 0 5 442 121 107
Binary 11011100 1111000 11110001 1001 110010 0 101 100100010 1010001 1000111

Color Harmonies of #DC78F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78F1

Black with #DC78F1

Text Example


Text Example

White with #DC78F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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