#D984C7

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

Shades of Orchid #D984C7

Tints of Orchid #D984C7

Color information

#D984C7 (or 0xD984C7) is unknown color: approx Orchid. HEX triplet: D9, 84 and C7. RGB value is (217,132,199). Sum of RGB (Red+Green+Blue) = 217+132+199=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D984C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984C7 is #267B38. Grayscale: #A4A4A4. Windows color (decimal): -2521913 or 13075673. OLE color: 13075673.

HSL color Cylindrical-coordinate representation of color #D984C7: hue angle of 312.71º 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 #D984C7 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217132199-
CMYK00.390.080.15
HSL312.71º52.8%68.43%-
HSV(B)312.71º39.17%85.1%-
XYZ47.1835.3858.38-
YUV165.05147.16165.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 199 (78.12% from 255) = 36.31%
R=39.60%
G=24.09%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713219900.390.080.15312.7152.868.43
HexD984C70278F1393544
Octal331204307047101747165104
Binary1101100110000100110001110100111100011111001110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984C7; }

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

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

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

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

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

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

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

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