#D182CE

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

Shades of Orchid #D182CE

Tints of Orchid #D182CE

Color information

#D182CE (or 0xD182CE) is unknown color: approx Orchid. HEX triplet: D1, 82 and CE. RGB value is (209,130,206). Sum of RGB (Red+Green+Blue) = 209+130+206=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CE is #2E7D31. Grayscale: #A2A2A2. Windows color (decimal): -3046706 or 13533905. OLE color: 13533905.

HSL color Cylindrical-coordinate representation of color #D182CE: hue angle of 302.28º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D182CE is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB209130206-
CMYK00.380.010.18
HSL302.28º46.2%66.47%-
HSV(B)302.28º37.8%81.96%-
XYZ45.4233.9862.56-
YUV162.28152.67161.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 206 (80.86% from 255) = 37.80%
R=38.35%
G=23.85%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913020600.380.010.18302.2846.266.47
HexD182CE02611212e2e42
Octal32120231604612245656102
Binary11010001100000101100111001001101100101001011101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182CE; }

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

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

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

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

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

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

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

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