#D180BE

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

Shades of Orchid #D180BE

Tints of Orchid #D180BE

Color information

#D180BE (or 0xD180BE) is unknown color: approx Orchid. HEX triplet: D1, 80 and BE. RGB value is (209,128,190). Sum of RGB (Red+Green+Blue) = 209+128+190=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 209 - color contains mainly: red. Hex color #D180BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180BE is #2E7F41. Grayscale: #9F9F9F. Windows color (decimal): -3047234 or 12484817. OLE color: 12484817.

HSL color Cylindrical-coordinate representation of color #D180BE: hue angle of 314.07º 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 #D180BE is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.18.

Color convert

RGB209128190-
CMYK00.390.090.18
HSL314.07º46.82%66.08%-
HSV(B)314.07º38.76%81.96%-
XYZ43.3132.7152.75-
YUV159.29145.34163.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.66%
GREEN value IS 128 (50.39% from 255) = 24.29%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=39.66%
G=24.29%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912819000.390.090.18314.0746.8266.08
HexD180BE02791213a2f42
Octal321200276047112247257102
Binary11010001100000001011111001001111001100101001110101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180BE; }

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

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

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

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

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

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

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

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