#D49793

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

Shades of Petite Orchid #D49793

Tints of Petite Orchid #D49793

Color information

#D49793 (or 0xD49793) is unknown color: approx Petite Orchid. HEX triplet: D4, 97 and 93. RGB value is (212,151,147). Sum of RGB (Red+Green+Blue) = 212+151+147=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D49793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49793 is #2B686C. Grayscale: #A8A8A8. Windows color (decimal): -2844781 or 9672660. OLE color: 9672660.

HSL color Cylindrical-coordinate representation of color #D49793: hue angle of 3.69º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D49793 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB212151147-
CMYK00.290.310.17
HSL3.69º43.05%70.39%-
HSV(B)3.69º30.66%83.14%-
XYZ43.4838.2432.69-
YUV168.78115.71158.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.57%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 147 (57.81% from 255) = 28.82%
R=41.57%
G=29.61%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215114700.290.310.173.6943.0570.39
HexD4979301D1F1142b46
Octal3242272230353721453106
Binary11010100100101111001001101110111111100011001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49793; }

 p { color: rgb(212,151,147); }

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

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

 a { background-color: rgb(212,151,147); }

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

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

 span { border-color: rgb(212,151,147); }

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