#D984D6

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

Shades of Orchid #D984D6

Tints of Orchid #D984D6

Color information

#D984D6 (or 0xD984D6) is unknown color: approx Orchid. HEX triplet: D9, 84 and D6. RGB value is (217,132,214). Sum of RGB (Red+Green+Blue) = 217+132+214=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D984D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984D6 is #267B29. Grayscale: #A6A6A6. Windows color (decimal): -2521898 or 14058713. OLE color: 14058713.

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

Color convert

RGB217132214-
CMYK00.390.010.15
HSL302.12º52.8%68.43%-
HSV(B)302.12º39.17%85.1%-
XYZ4936.1168.01-
YUV166.76154.66163.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 214 (83.98% from 255) = 38.01%
R=38.54%
G=23.45%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713221400.390.010.15302.1252.868.43
HexD984D60271F12e3544
Octal33120432604711745665104
Binary1101100110000100110101100100111111111001011101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984D6; }

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

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

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

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

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

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

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

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