Html Css Color HEX #DC78F2 Heliotrope

📋 copy color: '#DC78F2'

red 220 ◦ green 120 ◦ blue 242

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

Shades of Heliotrope #DC78F2

Tints of Heliotrope #DC78F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.58%

R = 37.8%
G = 20.62%
B = 41.58%

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

#DC78F2 (or 0xDC78F2) is known color: Heliotrope. HEX triplet: DC, 78 and F2. RGB value is (220,120,242). Sum of RGB (Red+Green+Blue) = 220+120+242=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 120 (47.27% from 255 or 20.62% from 582); Blue value is 242 (94.92% from 255 or 41.58% from 582); Max value from RGB is 242 - color contains mainly: blue. Hex color #DC78F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC78F2 is #23870D. Grayscale: #A3A3A3. Windows color (decimal): -2328334 or 15890652. OLE color: 15890652.

HSL color Cylindrical-coordinate representation of color #DC78F2: hue angle of 289.18º degrees, saturation: 0.82, 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 #DC78F2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 120 242 -
CMYK 0.09 0.50 0 0.05
HSL 289.18º 0.82% 0.71% -
HSV(B) 289.18º 0.5% 0.95% -
XYZ 52.26 35.06 88.02 -
YUV 163.81 172.13 168.08 -
System Red Green Blue C M Y K H S L
Decimal 220 120 242 0.09 0.50 0 0.05 289.18 0.82 0.71
Hex DC 78 F2 9 32 0 5 121 52 47
Octal 334 170 362 11 62 0 5 441 122 107
Binary 11011100 1111000 11110010 1001 110010 0 101 100100001 1010010 1000111

Color Harmonies of #DC78F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC78F2

Black with #DC78F2

Text Example


Text Example

White with #DC78F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC78F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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