#D182DE

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

Shades of Orchid #D182DE

Tints of Orchid #D182DE

Color information

#D182DE (or 0xD182DE) is unknown color: approx Orchid. HEX triplet: D1, 82 and DE. RGB value is (209,130,222). Sum of RGB (Red+Green+Blue) = 209+130+222=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #D182DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182DE is #2E7D21. Grayscale: #A3A3A3. Windows color (decimal): -3046690 or 14582481. OLE color: 14582481.

HSL color Cylindrical-coordinate representation of color #D182DE: hue angle of 291.52º degrees, saturation: 0.58, 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 #D182DE is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB209130222-
CMYK0.060.4100.13
HSL291.52º58.23%69.02%-
HSV(B)291.52º41.44%87.06%-
XYZ47.4634.7973.32-
YUV164.11160.67160.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.25%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=37.25%
G=23.17%
B=39.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2091302220.060.4100.13291.5258.2369.02
HexD182DE6290D1243a45
Octal32120233665101544472105
Binary110100011000001011011110110101001011011001001001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182DE; }

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

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

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

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

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

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

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

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