Html Css Color HEX #DC77D8 Orchid

📋 copy color: '#DC77D8'

red 220 ◦ green 119 ◦ blue 216

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

Shades of Orchid #DC77D8

Tints of Orchid #DC77D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 39.64%
G = 21.44%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC77D8 (or 0xDC77D8) is known color: Orchid. HEX triplet: DC, 77 and D8. RGB value is (220,119,216). Sum of RGB (Red+Green+Blue) = 220+119+216=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77D8 is #238827. Grayscale: #9F9F9F. Windows color (decimal): -2328616 or 14186460. OLE color: 14186460.

HSL color Cylindrical-coordinate representation of color #DC77D8: hue angle of 302.38º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC77D8 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 216 -
CMYK 0 0.46 0.02 0.14
HSL 302.38º 0.59% 0.66% -
HSV(B) 302.38º 0.46% 0.86% -
XYZ 48.51 33.37 68.85 -
YUV 160.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 220 119 216 0 0.46 0.02 0.14 302.38 0.59 0.66
Hex DC 77 D8 0 2E 2 E 12E 3B 42
Octal 334 167 330 0 56 2 16 456 73 102
Binary 11011100 1110111 11011000 0 101110 10 1110 100101110 111011 1000010

Color Harmonies of #DC77D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77D8

Black with #DC77D8

Text Example


Text Example

White with #DC77D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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