Html Css Color HEX #DC77D0 Orchid

📋 copy color: '#DC77D0'

red 220 ◦ green 119 ◦ blue 208

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

Shades of Orchid #DC77D0

Tints of Orchid #DC77D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 40.22%
G = 21.76%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC77D0 (or 0xDC77D0) is known color: Orchid. HEX triplet: DC, 77 and D0. RGB value is (220,119,208). Sum of RGB (Red+Green+Blue) = 220+119+208=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77D0 is #23882F. Grayscale: #9F9F9F. Windows color (decimal): -2328624 or 13662172. OLE color: 13662172.

HSL color Cylindrical-coordinate representation of color #DC77D0: hue angle of 307.13º 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 #DC77D0 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 208 -
CMYK 0 0.46 0.05 0.14
HSL 307.13º 0.59% 0.66% -
HSV(B) 307.13º 0.46% 0.86% -
XYZ 47.5 32.96 63.53 -
YUV 159.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 220 119 208 0 0.46 0.05 0.14 307.13 0.59 0.66
Hex DC 77 D0 0 2E 5 E 133 3B 42
Octal 334 167 320 0 56 5 16 463 73 102
Binary 11011100 1110111 11010000 0 101110 101 1110 100110011 111011 1000010

Color Harmonies of #DC77D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77D0

Black with #DC77D0

Text Example


Text Example

White with #DC77D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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