#D180D8

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

Shades of Orchid #D180D8

Tints of Orchid #D180D8

Color information

#D180D8 (or 0xD180D8) is unknown color: approx Orchid. HEX triplet: D1, 80 and D8. RGB value is (209,128,216). Sum of RGB (Red+Green+Blue) = 209+128+216=553 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.79% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 216 - color contains mainly: blue. Hex color #D180D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180D8 is #2E7F27. Grayscale: #A1A1A1. Windows color (decimal): -3047208 or 14188753. OLE color: 14188753.

HSL color Cylindrical-coordinate representation of color #D180D8: hue angle of 295.23º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D180D8 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209128216-
CMYK0.030.4100.15
HSL295.23º53.01%67.45%-
HSV(B)295.23º40.74%84.71%-
XYZ46.4133.9569.07-
YUV162.25158.34161.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.79%
GREEN value IS 128 (50.39% from 255) = 23.15%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=37.79%
G=23.15%
B=39.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091282160.030.4100.15295.2353.0167.45
HexD180D83290F1273543
Octal32120033035101744765103
Binary11010001100000001101100011101001011111001001111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180D8; }

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

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

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

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

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

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

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

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