#D984D4

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

Shades of Orchid #D984D4

Tints of Orchid #D984D4

Color information

#D984D4 (or 0xD984D4) is unknown color: approx Orchid. HEX triplet: D9, 84 and D4. RGB value is (217,132,212). Sum of RGB (Red+Green+Blue) = 217+132+212=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D984D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984D4 is #267B2B. Grayscale: #A6A6A6. Windows color (decimal): -2521900 or 13927641. OLE color: 13927641.

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

Color convert

RGB217132212-
CMYK00.390.020.15
HSL303.53º52.8%68.43%-
HSV(B)303.53º39.17%85.1%-
XYZ48.7536.0166.67-
YUV166.54153.66164-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 132 (51.95% from 255) = 23.53%
BLUE value IS 212 (83.20% from 255) = 37.79%
R=38.68%
G=23.53%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713221200.390.020.15303.5352.868.43
HexD984D40272F1303544
Octal33120432404721746065104
Binary11011001100001001101010001001111011111001100001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984D4; }

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

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

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

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

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

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

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

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