#D984C3

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

Shades of Orchid #D984C3

Tints of Orchid #D984C3

Color information

#D984C3 (or 0xD984C3) is unknown color: approx Orchid. HEX triplet: D9, 84 and C3. RGB value is (217,132,195). Sum of RGB (Red+Green+Blue) = 217+132+195=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 132 (51.95% from 255 or 24.26% from 544); Blue value is 195 (76.56% from 255 or 35.85% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D984C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984C3 is #267B3C. Grayscale: #A4A4A4. Windows color (decimal): -2521917 or 12813529. OLE color: 12813529.

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

Color convert

RGB217132195-
CMYK00.390.100.15
HSL315.53º52.8%68.43%-
HSV(B)315.53º39.17%85.1%-
XYZ46.7235.1955.96-
YUV164.6145.16165.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.89%
GREEN value IS 132 (51.95% from 255) = 24.26%
BLUE value IS 195 (76.56% from 255) = 35.85%
R=39.89%
G=24.26%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713219500.390.100.15315.5352.868.43
HexD984C3027AF13c3544
Octal331204303047121747465104
Binary1101100110000100110000110100111101011111001111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984C3; }

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

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

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

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

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

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

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

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