#D984CC

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

Shades of Orchid #D984CC

Tints of Orchid #D984CC

Color information

#D984CC (or 0xD984CC) is unknown color: approx Orchid. HEX triplet: D9, 84 and CC. RGB value is (217,132,204). Sum of RGB (Red+Green+Blue) = 217+132+204=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D984CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984CC is #267B33. Grayscale: #A5A5A5. Windows color (decimal): -2521908 or 13403353. OLE color: 13403353.

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

Color convert

RGB217132204-
CMYK00.390.060.15
HSL309.18º52.8%68.43%-
HSV(B)309.18º39.17%85.1%-
XYZ47.7735.6161.48-
YUV165.62149.66164.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=39.24%
G=23.87%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713220400.390.060.15309.1852.868.43
HexD984CC0276F1353544
Octal33120431404761746565104
Binary110110011000010011001100010011111011111001101011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984CC; }

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

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

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

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

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

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

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

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