#D181DA

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

Shades of Orchid #D181DA

Tints of Orchid #D181DA

Color information

#D181DA (or 0xD181DA) is unknown color: approx Orchid. HEX triplet: D1, 81 and DA. RGB value is (209,129,218). Sum of RGB (Red+Green+Blue) = 209+129+218=556 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.59% from 556); Green value is 129 (50.78% from 255 or 23.20% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: blue. Hex color #D181DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DA is #2E7E25. Grayscale: #A2A2A2. Windows color (decimal): -3046950 or 14320081. OLE color: 14320081.

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

Color convert

RGB209129218-
CMYK0.040.4100.15
HSL293.93º54.6%68.04%-
HSV(B)293.93º40.83%85.49%-
XYZ46.834.3270.49-
YUV163.07159160.76-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.59%
GREEN value IS 129 (50.78% from 255) = 23.20%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=37.59%
G=23.20%
B=39.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091292180.040.4100.15293.9354.668.04
HexD181DA4290F1263744
Octal32120133245101744667104
Binary110100011000000111011010100101001011111001001101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181DA; }

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

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

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

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

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

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

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

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