#D184DB

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

Shades of Orchid #D184DB

Tints of Orchid #D184DB

Color information

#D184DB (or 0xD184DB) is unknown color: approx Orchid. HEX triplet: D1, 84 and DB. RGB value is (209,132,219). Sum of RGB (Red+Green+Blue) = 209+132+219=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 132 (51.95% from 255 or 23.57% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D184DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184DB is #2E7B24. Grayscale: #A4A4A4. Windows color (decimal): -3046181 or 14386385. OLE color: 14386385.

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

Color convert

RGB209132219-
CMYK0.050.4000.14
HSL293.1º54.72%68.82%-
HSV(B)293.1º39.73%85.88%-
XYZ47.3335.1771.31-
YUV164.94158.51159.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 132 (51.95% from 255) = 23.57%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=37.32%
G=23.57%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091322190.050.4000.14293.154.7268.82
HexD184DB5280E1253745
Octal32120433355001644567105
Binary110100011000010011011011101101000011101001001011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184DB; }

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

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

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

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

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

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

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

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