#D99787

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

Shades of Petite Orchid #D99787

Tints of Petite Orchid #D99787

Color information

#D99787 (or 0xD99787) is unknown color: approx Petite Orchid. HEX triplet: D9, 97 and 87. RGB value is (217,151,135). Sum of RGB (Red+Green+Blue) = 217+151+135=503 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.14% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 217 - color contains mainly: red. Hex color #D99787 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99787 is #266878. Grayscale: #A9A9A9. Windows color (decimal): -2517113 or 8886233. OLE color: 8886233.

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

Color convert

RGB217151135-
CMYK00.300.380.15
HSL11.71º51.9%69.02%-
HSV(B)11.71º37.79%85.1%-
XYZ44.0638.6328.06-
YUV168.91108.87162.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.14%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 135 (53.12% from 255) = 26.84%
R=43.14%
G=30.02%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715113500.300.380.1511.7151.969.02
HexD9978701E26Fc3445
Octal33122720703646171464105
Binary110110011001011110000111011110100110111111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99787; }

 p { color: rgb(217,151,135); }

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

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

 a { background-color: rgb(217,151,135); }

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

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

 span { border-color: rgb(217,151,135); }

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