#D09493

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

Shades of Petite Orchid #D09493

Tints of Petite Orchid #D09493

Color information

#D09493 (or 0xD09493) is unknown color: approx Petite Orchid. HEX triplet: D0, 94 and 93. RGB value is (208,148,147). Sum of RGB (Red+Green+Blue) = 208+148+147=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 147 (57.81% from 255 or 29.22% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D09493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09493 is #2F6B6C. Grayscale: #A5A5A5. Windows color (decimal): -3107693 or 9671888. OLE color: 9671888.

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

Color convert

RGB208148147-
CMYK00.290.290.18
HSL0.98º39.35%69.61%-
HSV(B)0.98º29.33%81.57%-
XYZ41.8736.732.48-
YUV165.83117.38158.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 147 (57.81% from 255) = 29.22%
R=41.35%
G=29.42%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814814700.290.290.180.9839.3569.61
HexD0949301D1D1212746
Octal3202242230353522147106
Binary110100001001010010010011011101111011001011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09493; }

 p { color: rgb(208,148,147); }

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

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

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

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

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

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

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