#D984CD

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

Shades of Orchid #D984CD

Tints of Orchid #D984CD

Color information

#D984CD (or 0xD984CD) is unknown color: approx Orchid. HEX triplet: D9, 84 and CD. RGB value is (217,132,205). Sum of RGB (Red+Green+Blue) = 217+132+205=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 132 (51.95% from 255 or 23.83% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D984CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984CD is #267B32. Grayscale: #A5A5A5. Windows color (decimal): -2521907 or 13468889. OLE color: 13468889.

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

Color convert

RGB217132205-
CMYK00.390.060.15
HSL308.47º52.8%68.43%-
HSV(B)308.47º39.17%85.1%-
XYZ47.8935.6662.12-
YUV165.74150.16164.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 132 (51.95% from 255) = 23.83%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=39.17%
G=23.83%
B=37.00%

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
Decimal21713220500.390.060.15308.4752.868.43
HexD984CD0276F1343544
Octal33120431504761746465104
Binary110110011000010011001101010011111011111001101001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984CD; }

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

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

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

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

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

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

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

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