Html Css Color HEX #DC77DE Orchid

📋 copy color: '#DC77DE'

red 220 ◦ green 119 ◦ blue 222

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

Shades of Orchid #DC77DE

Tints of Orchid #DC77DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 39.22%
G = 21.21%
B = 39.57%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC77DE (or 0xDC77DE) is known color: Orchid. HEX triplet: DC, 77 and DE. RGB value is (220,119,222). Sum of RGB (Red+Green+Blue) = 220+119+222=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77DE is #238821. Grayscale: #A0A0A0. Windows color (decimal): -2328610 or 14579676. OLE color: 14579676.

HSL color Cylindrical-coordinate representation of color #DC77DE: hue angle of 298.83º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC77DE is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 119 222 -
CMYK 0.01 0.46 0 0.13
HSL 298.84º 0.61% 0.67% -
HSV(B) 298.84º 0.46% 0.87% -
XYZ 49.3 33.68 73.01 -
YUV 160.94 162.46 170.12 -
System Red Green Blue C M Y K H S L
Decimal 220 119 222 0.01 0.46 0 0.13 298.84 0.61 0.67
Hex DC 77 DE 1 2E 0 D 12B 3D 43
Octal 334 167 336 1 56 0 15 453 75 103
Binary 11011100 1110111 11011110 1 101110 0 1101 100101011 111101 1000011

Color Harmonies of #DC77DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77DE

Black with #DC77DE

Text Example


Text Example

White with #DC77DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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