#D882C0

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

Shades of Orchid #D882C0

Tints of Orchid #D882C0

Color information

#D882C0 (or 0xD882C0) is unknown color: approx Orchid. HEX triplet: D8, 82 and C0. RGB value is (216,130,192). Sum of RGB (Red+Green+Blue) = 216+130+192=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D882C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882C0 is #277D3F. Grayscale: #A2A2A2. Windows color (decimal): -2587968 or 12616408. OLE color: 12616408.

HSL color Cylindrical-coordinate representation of color #D882C0: hue angle of 316.74º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882C0 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB216130192-
CMYK00.400.110.15
HSL316.74º52.44%67.84%-
HSV(B)316.74º39.81%84.71%-
XYZ45.8234.3754.09-
YUV162.78144.49165.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=40.15%
G=24.16%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613019200.400.110.15316.7452.4467.84
HexD882C0028BF13d3444
Octal330202300050131747564104
Binary1101100010000010110000000101000101111111001111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882C0; }

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

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

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

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

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

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

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

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