Html Css Color HEX #DC76FD Heliotrope

📋 copy color: '#DC76FD'

red 220 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #DC76FD

Tints of Heliotrope #DC76FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.81%

R = 37.23%
G = 19.97%
B = 42.81%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#DC76FD (or 0xDC76FD) is known color: Heliotrope. HEX triplet: DC, 76 and FD. RGB value is (220,118,253). Sum of RGB (Red+Green+Blue) = 220+118+253=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 118 (46.48% from 255 or 19.97% from 591); Blue value is 253 (99.22% from 255 or 42.81% from 591); Max value from RGB is 253 - color contains mainly: blue. Hex color #DC76FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76FD is #238902. Grayscale: #A3A3A3. Windows color (decimal): -2328835 or 16611036. OLE color: 16611036.

HSL color Cylindrical-coordinate representation of color #DC76FD: hue angle of 285.33º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC76FD is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 118 253 -
CMYK 0.13 0.53 0 0.01
HSL 285.33º 0.97% 0.73% -
HSV(B) 285.33º 0.53% 0.99% -
XYZ 53.72 35.26 96.9 -
YUV 163.89 178.29 168.02 -
System Red Green Blue C M Y K H S L
Decimal 220 118 253 0.13 0.53 0 0.01 285.33 0.97 0.73
Hex DC 76 FD D 35 0 1 11D 61 49
Octal 334 166 375 15 65 0 1 435 141 111
Binary 11011100 1110110 11111101 1101 110101 0 1 100011101 1100001 1001001

Color Harmonies of #DC76FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC76FD

Black with #DC76FD

Text Example


Text Example

White with #DC76FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC76FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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