#DC77DD

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

Shades of Orchid #DC77DD

Tints of Orchid #DC77DD

Color information

#DC77DD (or 0xDC77DD) is unknown color: approx Orchid. HEX triplet: DC, 77 and DD. RGB value is (220,119,221). Sum of RGB (Red+Green+Blue) = 220+119+221=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77DD is #238822. Grayscale: #A0A0A0. Windows color (decimal): -2328611 or 14514140. OLE color: 14514140.

HSL color Cylindrical-coordinate representation of color #DC77DD: hue angle of 299.41º degrees, saturation: 0.6, 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 #DC77DD is Cyan = 0.00, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220119221-
CMYK0.000.4600.13
HSL299.41º60%66.67%-
HSV(B)299.41º46.15%86.67%-
XYZ49.1633.6372.31-
YUV160.83161.96170.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.29%
GREEN value IS 119 (46.88% from 255) = 21.25%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=39.29%
G=21.25%
B=39.46%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201192210.000.4600.13299.416066.67
HexDC77DD02E0D12b3c43
Octal33416733505601545374103
Binary110111001110111110111010101110011011001010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC77DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC77DD; }

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

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

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

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

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

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

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

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