Html Css Color HEX #DC76FB Heliotrope

📋 copy color: '#DC76FB'

red 220 ◦ green 118 ◦ blue 251

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

Shades of Heliotrope #DC76FB

Tints of Heliotrope #DC76FB

RGB

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

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

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

R = 37.35%
G = 20.03%
B = 42.61%

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

#DC76FB (or 0xDC76FB) is known color: Heliotrope. HEX triplet: DC, 76 and FB. RGB value is (220,118,251). Sum of RGB (Red+Green+Blue) = 220+118+251=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 118 (46.48% from 255 or 20.03% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #DC76FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76FB is #238904. Grayscale: #A3A3A3. Windows color (decimal): -2328837 or 16479964. OLE color: 16479964.

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

Color convert

RGB 220 118 251 -
CMYK 0.12 0.53 0 0.02
HSL 286.02º 0.94% 0.72% -
HSV(B) 286.02º 0.53% 0.98% -
XYZ 53.41 35.14 95.23 -
YUV 163.66 177.29 168.19 -
System Red Green Blue C M Y K H S L
Decimal 220 118 251 0.12 0.53 0 0.02 286.02 0.94 0.72
Hex DC 76 FB C 35 0 2 11E 5E 48
Octal 334 166 373 14 65 0 2 436 136 110
Binary 11011100 1110110 11111011 1100 110101 0 10 100011110 1011110 1001000

Color Harmonies of #DC76FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76FB

Black with #DC76FB

Text Example


Text Example

White with #DC76FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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