#D09696

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

Shades of Petite Orchid #D09696

Tints of Petite Orchid #D09696

Color information

#D09696 (or 0xD09696) is unknown color: approx Petite Orchid. HEX triplet: D0, 96 and 96. RGB value is (208,150,150). Sum of RGB (Red+Green+Blue) = 208+150+150=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D09696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09696 is #2F6969. Grayscale: #A7A7A7. Windows color (decimal): -3107178 or 9869008. OLE color: 9869008.

HSL color Cylindrical-coordinate representation of color #D09696: hue angle of 0º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D09696 is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB208150150-
CMYK00.280.280.18
HSL38.16%70.2%-
HSV(B)27.88%81.57%-
XYZ42.4237.4233.84-
YUV167.34118.22157-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=40.94%
G=29.53%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815015000.280.280.18038.1670.2
HexD0969601C1C1202646
Octal3202262260343422046106
Binary110100001001011010010110011100111001001001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09696; }

 p { color: rgb(208,150,150); }

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

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

 a { background-color: rgb(208,150,150); }

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

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

 span { border-color: rgb(208,150,150); }

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