#D181CA

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

Shades of Orchid #D181CA

Tints of Orchid #D181CA

Color information

#D181CA (or 0xD181CA) is unknown color: approx Orchid. HEX triplet: D1, 81 and CA. RGB value is (209,129,202). Sum of RGB (Red+Green+Blue) = 209+129+202=540 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.70% from 540); Green value is 129 (50.78% from 255 or 23.89% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 209 - color contains mainly: red. Hex color #D181CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181CA is #2E7E35. Grayscale: #A1A1A1. Windows color (decimal): -3046966 or 13271505. OLE color: 13271505.

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

Color convert

RGB209129202-
CMYK00.380.030.18
HSL305.25º46.51%66.27%-
HSV(B)305.25º38.28%81.96%-
XYZ44.8133.5259.99-
YUV161.24151162.06-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.70%
GREEN value IS 129 (50.78% from 255) = 23.89%
BLUE value IS 202 (79.30% from 255) = 37.41%
R=38.70%
G=23.89%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912920200.380.030.18305.2546.5166.27
HexD181CA0263121312f42
Octal32120131204632246157102
Binary110100011000000111001010010011011100101001100011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181CA; }

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

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

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

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

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

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

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

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