#D184DD

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

Shades of Orchid #D184DD

Tints of Orchid #D184DD

Color information

#D184DD (or 0xD184DD) is unknown color: approx Orchid. HEX triplet: D1, 84 and DD. RGB value is (209,132,221). Sum of RGB (Red+Green+Blue) = 209+132+221=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #D184DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184DD is #2E7B22. Grayscale: #A4A4A4. Windows color (decimal): -3046179 or 14517457. OLE color: 14517457.

HSL color Cylindrical-coordinate representation of color #D184DD: hue angle of 291.91º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D184DD is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209132221-
CMYK0.050.4000.13
HSL291.91º56.69%69.22%-
HSV(B)291.91º40.27%86.67%-
XYZ47.635.2872.71-
YUV165.17159.51159.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 132 (51.95% from 255) = 23.49%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=37.19%
G=23.49%
B=39.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091322210.050.4000.13291.9156.6969.22
HexD184DD5280D1243945
Octal32120433555001544471105
Binary110100011000010011011101101101000011011001001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184DD; }

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

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

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

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

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

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

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

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