#D180D6

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

Shades of Orchid #D180D6

Tints of Orchid #D180D6

Color information

#D180D6 (or 0xD180D6) is unknown color: approx Orchid. HEX triplet: D1, 80 and D6. RGB value is (209,128,214). Sum of RGB (Red+Green+Blue) = 209+128+214=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 128 (50.39% from 255 or 23.23% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 214 - color contains mainly: blue. Hex color #D180D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D180D6 is #2E7F29. Grayscale: #A1A1A1. Windows color (decimal): -3047210 or 14057681. OLE color: 14057681.

HSL color Cylindrical-coordinate representation of color #D180D6: hue angle of 296.51º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D180D6 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209128214-
CMYK0.020.4000.16
HSL296.51º51.19%67.06%-
HSV(B)296.51º40.19%83.92%-
XYZ46.1533.8567.72-
YUV162.02157.34161.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 128 (50.39% from 255) = 23.23%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=37.93%
G=23.23%
B=38.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2091282140.020.4000.16296.5151.1967.06
HexD180D62280101293343
Octal32120032625002045163103
Binary110100011000000011010110101010000100001001010011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D180D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D180D6; }

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

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

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

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

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

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

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

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