#D988CE

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

Shades of Orchid #D988CE

Tints of Orchid #D988CE

Color information

#D988CE (or 0xD988CE) is unknown color: approx Orchid. HEX triplet: D9, 88 and CE. RGB value is (217,136,206). Sum of RGB (Red+Green+Blue) = 217+136+206=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 136 (53.52% from 255 or 24.33% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D988CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988CE is #267731. Grayscale: #A7A7A7. Windows color (decimal): -2520882 or 13535449. OLE color: 13535449.

HSL color Cylindrical-coordinate representation of color #D988CE: hue angle of 308.15º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D988CE is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB217136206-
CMYK00.370.050.15
HSL308.15º51.59%69.22%-
HSV(B)308.15º37.33%85.1%-
XYZ48.5636.8262.94-
YUV168.2149.34162.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 136 (53.52% from 255) = 24.33%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=38.82%
G=24.33%
B=36.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713620600.370.050.15308.1551.5969.22
HexD988CE0255F1343445
Octal33121031604551746464105
Binary110110011000100011001110010010110111111001101001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988CE; }

 p { color: rgb(217,136,206); }

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

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

 a { background-color: rgb(217,136,206); }

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

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

 span { border-color: rgb(217,136,206); }

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