Html Css Color HEX #DC77FE Heliotrope

📋 copy color: '#DC77FE'

red 220 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #DC77FE

Tints of Heliotrope #DC77FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.07%

 BLUE value IS 254 (99.61% from 255) = 42.83%

R = 37.1%
G = 20.07%
B = 42.83%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#DC77FE (or 0xDC77FE) is known color: Heliotrope. HEX triplet: DC, 77 and FE. RGB value is (220,119,254). Sum of RGB (Red+Green+Blue) = 220+119+254=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 119 (46.88% from 255 or 20.07% from 593); Blue value is 254 (99.61% from 255 or 42.83% from 593); Max value from RGB is 254 - color contains mainly: blue. Hex color #DC77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77FE is #238801. Grayscale: #A4A4A4. Windows color (decimal): -2328578 or 16676828. OLE color: 16676828.

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

Color convert

RGB 220 119 254 -
CMYK 0.13 0.53 0 0.00
HSL 284.89º 0.99% 0.73% -
HSV(B) 284.89º 0.53% 1% -
XYZ 54 35.57 97.78 -
YUV 164.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 220 119 254 0.13 0.53 0 0.00 284.89 0.99 0.73
Hex DC 77 FE D 35 0 0 11D 63 49
Octal 334 167 376 15 65 0 0 435 143 111
Binary 11011100 1110111 11111110 1101 110101 0 0 100011101 1100011 1001001

Color Harmonies of #DC77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77FE

Black with #DC77FE

Text Example


Text Example

White with #DC77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77FE; }

 p { color: rgb(220,119,254); }

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

background-color css

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

 a { background-color: rgb(220,119,254); }

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

border-color css

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

 span { border-color: rgb(220,119,254); }

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