#D988D2

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

Shades of Orchid #D988D2

Tints of Orchid #D988D2

Color information

#D988D2 (or 0xD988D2) is unknown color: approx Orchid. HEX triplet: D9, 88 and D2. RGB value is (217,136,210). Sum of RGB (Red+Green+Blue) = 217+136+210=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 217 - color contains mainly: red. Hex color #D988D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988D2 is #26772D. Grayscale: #A8A8A8. Windows color (decimal): -2520878 or 13797593. OLE color: 13797593.

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

Color convert

RGB217136210-
CMYK00.370.030.15
HSL305.19º51.59%69.22%-
HSV(B)305.19º37.33%85.1%-
XYZ49.0537.0165.53-
YUV168.65151.34162.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.54%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=38.54%
G=24.16%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713621000.370.030.15305.1951.5969.22
HexD988D20253F1313445
Octal33121032204531746164105
Binary11011001100010001101001001001011111111001100011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988D2; }

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

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

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

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

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

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

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

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