#D182C0

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

Shades of Orchid #D182C0

Tints of Orchid #D182C0

Color information

#D182C0 (or 0xD182C0) is unknown color: approx Orchid. HEX triplet: D1, 82 and C0. RGB value is (209,130,192). Sum of RGB (Red+Green+Blue) = 209+130+192=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 130 (51.17% from 255 or 24.48% from 531); Blue value is 192 (75.39% from 255 or 36.16% from 531); Max value from RGB is 209 - color contains mainly: red. Hex color #D182C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182C0 is #2E7D3F. Grayscale: #A0A0A0. Windows color (decimal): -3046720 or 12616401. OLE color: 12616401.

HSL color Cylindrical-coordinate representation of color #D182C0: hue angle of 312.91º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182C0 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB209130192-
CMYK00.380.080.18
HSL312.91º46.2%66.47%-
HSV(B)312.91º37.8%81.96%-
XYZ43.7933.3353.99-
YUV160.69145.67162.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.36%
GREEN value IS 130 (51.17% from 255) = 24.48%
BLUE value IS 192 (75.39% from 255) = 36.16%
R=39.36%
G=24.48%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913019200.380.080.18312.9146.266.47
HexD182C00268121392e42
Octal321202300046102247156102
Binary11010001100000101100000001001101000100101001110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182C0; }

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

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

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

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

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

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

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

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