#D180D0

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

Shades of Orchid #D180D0

Tints of Orchid #D180D0

Color information

#D180D0 (or 0xD180D0) is unknown color: approx Orchid. HEX triplet: D1, 80 and D0. RGB value is (209,128,208). Sum of RGB (Red+Green+Blue) = 209+128+208=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D180D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180D0 is #2E7F2F. Grayscale: #A1A1A1. Windows color (decimal): -3047216 or 13664465. OLE color: 13664465.

HSL color Cylindrical-coordinate representation of color #D180D0: hue angle of 300.74º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D180D0 is Cyan = 0, Magento = 0.39, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB209128208-
CMYK00.390.000.18
HSL300.74º46.82%66.08%-
HSV(B)300.74º38.76%81.96%-
XYZ45.433.5563.76-
YUV161.34154.34162-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=38.35%
G=23.49%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912820800.390.000.18300.7446.8266.08
HexD180D002701212d2f42
Octal32120032004702245557102
Binary11010001100000001101000001001110100101001011011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180D0; }

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

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

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

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

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

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

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

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