#D180BC

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

Shades of Orchid #D180BC

Tints of Orchid #D180BC

Color information

#D180BC (or 0xD180BC) is unknown color: approx Orchid. HEX triplet: D1, 80 and BC. RGB value is (209,128,188). Sum of RGB (Red+Green+Blue) = 209+128+188=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 209 - color contains mainly: red. Hex color #D180BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180BC is #2E7F43. Grayscale: #9E9E9E. Windows color (decimal): -3047236 or 12353745. OLE color: 12353745.

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

Color convert

RGB209128188-
CMYK00.390.100.18
HSL315.56º46.82%66.08%-
HSV(B)315.56º38.76%81.96%-
XYZ43.0932.6251.6-
YUV159.06144.34163.62-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.81%
GREEN value IS 128 (50.39% from 255) = 24.38%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=39.81%
G=24.38%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912818800.390.100.18315.5646.8266.08
HexD180BC027A1213c2f42
Octal321200274047122247457102
Binary11010001100000001011110001001111010100101001111001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180BC; }

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

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

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

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

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

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

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

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