Html Css Color HEX #DC77FA Heliotrope

📋 copy color: '#DC77FA'

red 220 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #DC77FA

Tints of Heliotrope #DC77FA

RGB

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

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

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

R = 37.35%
G = 20.2%
B = 42.44%

CMYK

 C value IS 0.12

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DC77FA (or 0xDC77FA) is known color: Heliotrope. HEX triplet: DC, 77 and FA. RGB value is (220,119,250). Sum of RGB (Red+Green+Blue) = 220+119+250=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #DC77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77FA is #238805. Grayscale: #A3A3A3. Windows color (decimal): -2328582 or 16414684. OLE color: 16414684.

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

Color convert

RGB 220 119 250 -
CMYK 0.12 0.52 0 0.02
HSL 286.26º 0.93% 0.72% -
HSV(B) 286.26º 0.52% 0.98% -
XYZ 53.37 35.31 94.45 -
YUV 164.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 220 119 250 0.12 0.52 0 0.02 286.26 0.93 0.72
Hex DC 77 FA C 34 0 2 11E 5D 48
Octal 334 167 372 14 64 0 2 436 135 110
Binary 11011100 1110111 11111010 1100 110100 0 10 100011110 1011101 1001000

Color Harmonies of #DC77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77FA

Black with #DC77FA

Text Example


Text Example

White with #DC77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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