#DC77E6

Color #DC77E6 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DC77E6

Tints of Orchid #DC77E6

Color information

#DC77E6 (or 0xDC77E6) is unknown color: approx Orchid. HEX triplet: DC, 77 and E6. RGB value is (220,119,230). Sum of RGB (Red+Green+Blue) = 220+119+230=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77E6 is #238819. Grayscale: #A1A1A1. Windows color (decimal): -2328602 or 15103964. OLE color: 15103964.

HSL color Cylindrical-coordinate representation of color #DC77E6: hue angle of 294.59º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC77E6 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220119230-
CMYK0.040.4800.10
HSL294.59º68.94%68.43%-
HSV(B)294.59º48.26%90.2%-
XYZ50.3934.1278.79-
YUV161.85166.46169.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.66%
GREEN value IS 119 (46.88% from 255) = 20.91%
BLUE value IS 230 (90.23% from 255) = 40.42%
R=38.66%
G=20.91%
B=40.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201192300.040.4800.10294.5968.9468.43
HexDC77E64300A1274544
Octal334167346460012447105104
Binary110111001110111111001101001100000101010010011110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77E6; }

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

 H1.HeaderClassName
 {
   color: #DC77E6;
 }
 .AnyTagClassName
 {
   color: #DC77E6;
 }
</style>
background-color css

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

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

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

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

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

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