#D182DD

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

Shades of Orchid #D182DD

Tints of Orchid #D182DD

Color information

#D182DD (or 0xD182DD) is unknown color: approx Orchid. HEX triplet: D1, 82 and DD. RGB value is (209,130,221). Sum of RGB (Red+Green+Blue) = 209+130+221=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #D182DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182DD is #2E7D22. Grayscale: #A3A3A3. Windows color (decimal): -3046691 or 14516945. OLE color: 14516945.

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

Color convert

RGB209130221-
CMYK0.050.4100.13
HSL292.09º57.23%68.82%-
HSV(B)292.09º41.18%86.67%-
XYZ47.3334.7472.62-
YUV164160.17160.1-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.32%
GREEN value IS 130 (51.17% from 255) = 23.21%
BLUE value IS 221 (86.72% from 255) = 39.46%
R=37.32%
G=23.21%
B=39.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091302210.050.4100.13292.0957.2368.82
HexD182DD5290D1243945
Octal32120233555101544471105
Binary110100011000001011011101101101001011011001001001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182DD; }

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

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

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

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

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

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

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

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