Html Css Color HEX #DC76FA Heliotrope

📋 copy color: '#DC76FA'

red 220 ◦ green 118 ◦ blue 250

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

Shades of Heliotrope #DC76FA

Tints of Heliotrope #DC76FA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.07%

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

R = 37.41%
G = 20.07%
B = 42.52%

CMYK

 C value IS 0.12

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC76FA (or 0xDC76FA) is known color: Heliotrope. HEX triplet: DC, 76 and FA. RGB value is (220,118,250). Sum of RGB (Red+Green+Blue) = 220+118+250=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 118 (46.48% from 255 or 20.07% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC76FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76FA is #238905. Grayscale: #A3A3A3. Windows color (decimal): -2328838 or 16414428. OLE color: 16414428.

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

Color convert

RGB 220 118 250 -
CMYK 0.12 0.53 0 0.02
HSL 286.36º 0.93% 0.72% -
HSV(B) 286.36º 0.53% 0.98% -
XYZ 53.25 35.07 94.41 -
YUV 163.55 176.79 168.27 -
System Red Green Blue C M Y K H S L
Decimal 220 118 250 0.12 0.53 0 0.02 286.36 0.93 0.72
Hex DC 76 FA C 35 0 2 11E 5D 48
Octal 334 166 372 14 65 0 2 436 135 110
Binary 11011100 1110110 11111010 1100 110101 0 10 100011110 1011101 1001000

Color Harmonies of #DC76FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76FA

Black with #DC76FA

Text Example


Text Example

White with #DC76FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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