#D182CD

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

Shades of Orchid #D182CD

Tints of Orchid #D182CD

Color information

#D182CD (or 0xD182CD) is unknown color: approx Orchid. HEX triplet: D1, 82 and CD. RGB value is (209,130,205). Sum of RGB (Red+Green+Blue) = 209+130+205=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 209 - color contains mainly: red. Hex color #D182CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D182CD is #2E7D32. Grayscale: #A1A1A1. Windows color (decimal): -3046707 or 13468369. OLE color: 13468369.

HSL color Cylindrical-coordinate representation of color #D182CD: hue angle of 303.04º 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 #D182CD is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB209130205-
CMYK00.380.020.18
HSL303.04º46.2%66.47%-
HSV(B)303.04º37.8%81.96%-
XYZ45.333.9361.92-
YUV162.17152.17161.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.42%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=38.42%
G=23.90%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913020500.380.020.18303.0446.266.47
HexD182CD02621212f2e42
Octal32120231504622245756102
Binary110100011000001011001101010011010100101001011111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D182CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D182CD; }

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

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

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

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

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

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

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

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