#D184DC

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

Shades of Orchid #D184DC

Tints of Orchid #D184DC

Color information

#D184DC (or 0xD184DC) is unknown color: approx Orchid. HEX triplet: D1, 84 and DC. RGB value is (209,132,220). Sum of RGB (Red+Green+Blue) = 209+132+220=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #D184DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D184DC is #2E7B23. Grayscale: #A4A4A4. Windows color (decimal): -3046180 or 14451921. OLE color: 14451921.

HSL color Cylindrical-coordinate representation of color #D184DC: hue angle of 292.5º degrees, saturation: 0.56, 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 #D184DC is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209132220-
CMYK0.050.4000.14
HSL292.5º55.7%69.02%-
HSV(B)292.5º40%86.27%-
XYZ47.4635.2372.01-
YUV165.06159.01159.34-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=37.25%
G=23.53%
B=39.22%

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
Decimal2091322200.050.4000.14292.555.769.02
HexD184DC5280E1243845
Octal32120433455001644470105
Binary110100011000010011011100101101000011101001001001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D184DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D184DC; }

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

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

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

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

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

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

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

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