Html Css Color HEX #DC77DC Orchid

📋 copy color: '#DC77DC'

red 220 ◦ green 119 ◦ blue 220

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

Shades of Orchid #DC77DC

Tints of Orchid #DC77DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 39.36%
G = 21.29%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC77DC (or 0xDC77DC) is known color: Orchid. HEX triplet: DC, 77 and DC. RGB value is (220,119,220). Sum of RGB (Red+Green+Blue) = 220+119+220=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 119 (46.88% from 255 or 21.29% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77DC is #238823. Grayscale: #A0A0A0. Windows color (decimal): -2328612 or 14448604. OLE color: 14448604.

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

Color convert

RGB 220 119 220 -
CMYK 0 0.46 0 0.14
HSL 300º 0.59% 0.66% -
HSV(B) 300º 0.46% 0.86% -
XYZ 49.03 33.58 71.61 -
YUV 160.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 220 119 220 0 0.46 0 0.14 300 0.59 0.66
Hex DC 77 DC 0 2E 0 E 12C 3B 42
Octal 334 167 334 0 56 0 16 454 73 102
Binary 11011100 1110111 11011100 0 101110 0 1110 100101100 111011 1000010

Color Harmonies of #DC77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77DC

Black with #DC77DC

Text Example


Text Example

White with #DC77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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