Html Css Color HEX #DC77EB Heliotrope

📋 copy color: '#DC77EB'

red 220 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #DC77EB

Tints of Heliotrope #DC77EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 38.33%
G = 20.73%
B = 40.94%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC77EB (or 0xDC77EB) is known color: Heliotrope. HEX triplet: DC, 77 and EB. RGB value is (220,119,235). Sum of RGB (Red+Green+Blue) = 220+119+235=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #DC77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77EB is #238814. Grayscale: #A2A2A2. Windows color (decimal): -2328597 or 15431644. OLE color: 15431644.

HSL color Cylindrical-coordinate representation of color #DC77EB: hue angle of 292.24º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC77EB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 119 235 -
CMYK 0.06 0.49 0 0.08
HSL 292.24º 0.74% 0.69% -
HSV(B) 292.24º 0.49% 0.92% -
XYZ 51.11 34.41 82.54 -
YUV 162.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 220 119 235 0.06 0.49 0 0.08 292.24 0.74 0.69
Hex DC 77 EB 6 31 0 8 124 4A 45
Octal 334 167 353 6 61 0 10 444 112 105
Binary 11011100 1110111 11101011 110 110001 0 1000 100100100 1001010 1000101

Color Harmonies of #DC77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77EB

Black with #DC77EB

Text Example


Text Example

White with #DC77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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