#D181DF

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

Shades of Orchid #D181DF

Tints of Orchid #D181DF

Color information

#D181DF (or 0xD181DF) is unknown color: approx Orchid. HEX triplet: D1, 81 and DF. RGB value is (209,129,223). Sum of RGB (Red+Green+Blue) = 209+129+223=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D181DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DF is #2E7E20. Grayscale: #A3A3A3. Windows color (decimal): -3046945 or 14647761. OLE color: 14647761.

HSL color Cylindrical-coordinate representation of color #D181DF: hue angle of 291.06º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D181DF is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209129223-
CMYK0.060.4200.13
HSL291.06º59.49%69.02%-
HSV(B)291.06º42.15%87.45%-
XYZ47.4634.5873.99-
YUV163.64161.5160.36-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=37.25%
G=22.99%
B=39.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091292230.060.4200.13291.0659.4969.02
HexD181DF62A0D1233b45
Octal32120133765201544373105
Binary110100011000000111011111110101010011011001000111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181DF; }

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

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

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

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

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

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

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

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