#D8908E

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

Shades of Petite Orchid #D8908E

Tints of Petite Orchid #D8908E

Color information

#D8908E (or 0xD8908E) is unknown color: approx Petite Orchid. HEX triplet: D8, 90 and 8E. RGB value is (216,144,142). Sum of RGB (Red+Green+Blue) = 216+144+142=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D8908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8908E is #276F71. Grayscale: #A5A5A5. Windows color (decimal): -2584434 or 9343192. OLE color: 9343192.

HSL color Cylindrical-coordinate representation of color #D8908E: hue angle of 1.62º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8908E is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB216144142-
CMYK00.330.340.15
HSL1.62º48.68%70.2%-
HSV(B)1.62º34.26%84.71%-
XYZ43.1736.530.36-
YUV165.3114.85164.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.03%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 142 (55.86% from 255) = 28.29%
R=43.03%
G=28.69%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614414200.330.340.151.6248.6870.2
HexD8908E02122F23146
Octal3302202160414217261106
Binary11011000100100001000111001000011000101111101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8908E; }

 p { color: rgb(216,144,142); }

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

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

 a { background-color: rgb(216,144,142); }

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

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

 span { border-color: rgb(216,144,142); }

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