#D984DC

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

Shades of Orchid #D984DC

Tints of Orchid #D984DC

Color information

#D984DC (or 0xD984DC) is unknown color: approx Orchid. HEX triplet: D9, 84 and DC. RGB value is (217,132,220). Sum of RGB (Red+Green+Blue) = 217+132+220=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D984DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DC is #267B23. Grayscale: #A7A7A7. Windows color (decimal): -2521892 or 14451929. OLE color: 14451929.

HSL color Cylindrical-coordinate representation of color #D984DC: hue angle of 297.95º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D984DC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217132220-
CMYK0.010.4000.14
HSL297.95º55.7%69.02%-
HSV(B)297.95º40%86.27%-
XYZ49.7836.4272.12-
YUV167.45157.66163.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.14%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=38.14%
G=23.20%
B=38.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171322200.010.4000.14297.9555.769.02
HexD984DC1280E12a3845
Octal33120433415001645270105
Binary1101100110000100110111001101000011101001010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984DC; }

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

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

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

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

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

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

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

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