#D982C3

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

Shades of Orchid #D982C3

Tints of Orchid #D982C3

Color information

#D982C3 (or 0xD982C3) is unknown color: approx Orchid. HEX triplet: D9, 82 and C3. RGB value is (217,130,195). Sum of RGB (Red+Green+Blue) = 217+130+195=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 130 (51.17% from 255 or 23.99% from 542); Blue value is 195 (76.56% from 255 or 35.98% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D982C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982C3 is #267D3C. Grayscale: #A3A3A3. Windows color (decimal): -2522429 or 12813017. OLE color: 12813017.

HSL color Cylindrical-coordinate representation of color #D982C3: hue angle of 315.17º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D982C3 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217130195-
CMYK00.400.100.15
HSL315.17º53.37%68.04%-
HSV(B)315.17º40.09%85.1%-
XYZ46.4534.6655.87-
YUV163.42145.82166.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.04%
GREEN value IS 130 (51.17% from 255) = 23.99%
BLUE value IS 195 (76.56% from 255) = 35.98%
R=40.04%
G=23.99%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713019500.400.100.15315.1753.3768.04
HexD982C3028AF13b3544
Octal331202303050121747365104
Binary1101100110000010110000110101000101011111001110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982C3; }

 p { color: rgb(217,130,195); }

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

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

 a { background-color: rgb(217,130,195); }

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

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

 span { border-color: rgb(217,130,195); }

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