#D180DD

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

Shades of Orchid #D180DD

Tints of Orchid #D180DD

Color information

#D180DD (or 0xD180DD) is unknown color: approx Orchid. HEX triplet: D1, 80 and DD. RGB value is (209,128,221). Sum of RGB (Red+Green+Blue) = 209+128+221=558 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.46% from 558); Green value is 128 (50.39% from 255 or 22.94% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #D180DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180DD is #2E7F22. Grayscale: #A2A2A2. Windows color (decimal): -3047203 or 14516433. OLE color: 14516433.

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

Color convert

RGB209128221-
CMYK0.050.4200.13
HSL292.26º57.76%68.43%-
HSV(B)292.26º42.08%86.67%-
XYZ47.0634.2172.53-
YUV162.82160.84160.94-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.46%
GREEN value IS 128 (50.39% from 255) = 22.94%
BLUE value IS 221 (86.72% from 255) = 39.61%
R=37.46%
G=22.94%
B=39.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091282210.050.4200.13292.2657.7668.43
HexD180DD52A0D1243a44
Octal32120033555201544472104
Binary110100011000000011011101101101010011011001001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180DD; }

 p { color: rgb(209,128,221); }

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

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

 a { background-color: rgb(209,128,221); }

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

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

 span { border-color: rgb(209,128,221); }

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