#D184D8

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

Shades of Orchid #D184D8

Tints of Orchid #D184D8

Color information

#D184D8 (or 0xD184D8) is unknown color: approx Orchid. HEX triplet: D1, 84 and D8. RGB value is (209,132,216). Sum of RGB (Red+Green+Blue) = 209+132+216=557 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.52% from 557); Green value is 132 (51.95% from 255 or 23.70% from 557); Blue value is 216 (84.77% from 255 or 38.78% from 557); Max value from RGB is 216 - color contains mainly: blue. Hex color #D184D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184D8 is #2E7B27. Grayscale: #A4A4A4. Windows color (decimal): -3046184 or 14189777. OLE color: 14189777.

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

Color convert

RGB209132216-
CMYK0.030.3900.15
HSL295º51.85%68.24%-
HSV(B)295º38.89%84.71%-
XYZ46.9435.0269.25-
YUV164.6157.01159.67-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.52%
GREEN value IS 132 (51.95% from 255) = 23.70%
BLUE value IS 216 (84.77% from 255) = 38.78%
R=37.52%
G=23.70%
B=38.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091322160.030.3900.1529551.8568.24
HexD184D83270F1273444
Octal32120433034701744764104
Binary11010001100001001101100011100111011111001001111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184D8; }

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

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

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

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

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

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

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

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