#D988CB

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

Shades of Orchid #D988CB

Tints of Orchid #D988CB

Color information

#D988CB (or 0xD988CB) is unknown color: approx Orchid. HEX triplet: D9, 88 and CB. RGB value is (217,136,203). Sum of RGB (Red+Green+Blue) = 217+136+203=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 217 - color contains mainly: red. Hex color #D988CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D988CB is #267734. Grayscale: #A7A7A7. Windows color (decimal): -2520885 or 13338841. OLE color: 13338841.

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

Color convert

RGB217136203-
CMYK00.370.060.15
HSL310.37º51.59%69.22%-
HSV(B)310.37º37.33%85.1%-
XYZ48.236.6761.04-
YUV167.86147.84163.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=39.03%
G=24.46%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713620300.370.060.15310.3751.5969.22
HexD988CB0256F1363445
Octal33121031304561746664105
Binary110110011000100011001011010010111011111001101101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D988CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D988CB; }

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

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

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

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

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

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

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

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