#D181D8

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

Shades of Orchid #D181D8

Tints of Orchid #D181D8

Color information

#D181D8 (or 0xD181D8) is unknown color: approx Orchid. HEX triplet: D1, 81 and D8. RGB value is (209,129,216). Sum of RGB (Red+Green+Blue) = 209+129+216=554 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.73% from 554); Green value is 129 (50.78% from 255 or 23.29% from 554); Blue value is 216 (84.77% from 255 or 38.99% from 554); Max value from RGB is 216 - color contains mainly: blue. Hex color #D181D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181D8 is #2E7E27. Grayscale: #A2A2A2. Windows color (decimal): -3046952 or 14189009. OLE color: 14189009.

HSL color Cylindrical-coordinate representation of color #D181D8: hue angle of 295.17º degrees, saturation: 0.53, 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 #D181D8 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209129216-
CMYK0.030.4000.15
HSL295.17º52.73%67.65%-
HSV(B)295.17º40.28%84.71%-
XYZ46.5434.2169.12-
YUV162.84158160.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.73%
GREEN value IS 129 (50.78% from 255) = 23.29%
BLUE value IS 216 (84.77% from 255) = 38.99%
R=37.73%
G=23.29%
B=38.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091292160.030.4000.15295.1752.7367.65
HexD181D83280F1273544
Octal32120133035001744765104
Binary11010001100000011101100011101000011111001001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181D8; }

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

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

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

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

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

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

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

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