#D880C0

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

Shades of Orchid #D880C0

Tints of Orchid #D880C0

Color information

#D880C0 (or 0xD880C0) is unknown color: approx Orchid. HEX triplet: D8, 80 and C0. RGB value is (216,128,192). Sum of RGB (Red+Green+Blue) = 216+128+192=536 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.30% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C0 is #277F3F. Grayscale: #A1A1A1. Windows color (decimal): -2588480 or 12615896. OLE color: 12615896.

HSL color Cylindrical-coordinate representation of color #D880C0: hue angle of 316.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880C0 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216128192-
CMYK00.410.110.15
HSL316.36º53.01%67.45%-
HSV(B)316.36º40.74%84.71%-
XYZ45.5533.8454-
YUV161.61145.15166.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.30%
GREEN value IS 128 (50.39% from 255) = 23.88%
BLUE value IS 192 (75.39% from 255) = 35.82%
R=40.30%
G=23.88%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612819200.410.110.15316.3653.0167.45
HexD880C0029BF13c3543
Octal330200300051131747465103
Binary1101100010000000110000000101001101111111001111001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880C0; }

 p { color: rgb(216,128,192); }

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

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

 a { background-color: rgb(216,128,192); }

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

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

 span { border-color: rgb(216,128,192); }

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