#D181DC

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

Shades of Orchid #D181DC

Tints of Orchid #D181DC

Color information

#D181DC (or 0xD181DC) is unknown color: approx Orchid. HEX triplet: D1, 81 and DC. RGB value is (209,129,220). Sum of RGB (Red+Green+Blue) = 209+129+220=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #D181DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D181DC is #2E7E23. Grayscale: #A3A3A3. Windows color (decimal): -3046948 or 14451153. OLE color: 14451153.

HSL color Cylindrical-coordinate representation of color #D181DC: hue angle of 292.75º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D181DC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209129220-
CMYK0.050.4100.14
HSL292.75º56.52%68.43%-
HSV(B)292.75º41.36%86.27%-
XYZ47.0634.4271.87-
YUV163.29160160.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 220 (86.33% from 255) = 39.43%
R=37.46%
G=23.12%
B=39.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091292200.050.4100.14292.7556.5268.43
HexD181DC5290E1253944
Octal32120133455101644571104
Binary110100011000000111011100101101001011101001001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D181DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D181DC; }

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

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

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

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

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

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

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

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