Html Css Color HEX #DC77E2 Orchid

📋 copy color: '#DC77E2'

red 220 ◦ green 119 ◦ blue 226

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

Shades of Orchid #DC77E2

Tints of Orchid #DC77E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40%

R = 38.94%
G = 21.06%
B = 40%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC77E2 (or 0xDC77E2) is known color: Orchid. HEX triplet: DC, 77 and E2. RGB value is (220,119,226). Sum of RGB (Red+Green+Blue) = 220+119+226=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 226 (88.67% from 255 or 40% from 565); Max value from RGB is 226 - color contains mainly: blue. Hex color #DC77E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77E2 is #23881D. Grayscale: #A1A1A1. Windows color (decimal): -2328606 or 14841820. OLE color: 14841820.

HSL color Cylindrical-coordinate representation of color #DC77E2: hue angle of 296.64º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DC77E2 is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 119 226 -
CMYK 0.03 0.47 0 0.11
HSL 296.64º 0.65% 0.68% -
HSV(B) 296.64º 0.47% 0.89% -
XYZ 49.84 33.9 75.87 -
YUV 161.4 164.46 169.8 -
System Red Green Blue C M Y K H S L
Decimal 220 119 226 0.03 0.47 0 0.11 296.64 0.65 0.68
Hex DC 77 E2 3 2F 0 B 129 41 44
Octal 334 167 342 3 57 0 13 451 101 104
Binary 11011100 1110111 11100010 11 101111 0 1011 100101001 1000001 1000100

Color Harmonies of #DC77E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC77E2

Black with #DC77E2

Text Example


Text Example

White with #DC77E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC77E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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