#D181C9

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

Shades of Orchid #D181C9

Tints of Orchid #D181C9

Color information

#D181C9 (or 0xD181C9) is unknown color: approx Orchid. HEX triplet: D1, 81 and C9. RGB value is (209,129,201). Sum of RGB (Red+Green+Blue) = 209+129+201=539 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.78% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 209 - color contains mainly: red. Hex color #D181C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181C9 is #2E7E36. Grayscale: #A0A0A0. Windows color (decimal): -3046967 or 13205969. OLE color: 13205969.

HSL color Cylindrical-coordinate representation of color #D181C9: hue angle of 306º degrees, saturation: 0.47, 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 #D181C9 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB209129201-
CMYK00.380.040.18
HSL306º46.51%66.27%-
HSV(B)306º38.28%81.96%-
XYZ44.6933.4759.36-
YUV161.13150.5162.15-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.78%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 201 (78.91% from 255) = 37.29%
R=38.78%
G=23.93%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912920100.380.040.1830646.5166.27
HexD181C90264121322f42
Octal32120131104642246257102
Binary1101000110000001110010010100110100100101001100101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181C9; }

 p { color: rgb(209,129,201); }

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

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

 a { background-color: rgb(209,129,201); }

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

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

 span { border-color: rgb(209,129,201); }

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