#D19793

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

Shades of Petite Orchid #D19793

Tints of Petite Orchid #D19793

Color information

#D19793 (or 0xD19793) is unknown color: approx Petite Orchid. HEX triplet: D1, 97 and 93. RGB value is (209,151,147). Sum of RGB (Red+Green+Blue) = 209+151+147=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D19793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19793 is #2E686C. Grayscale: #A7A7A7. Windows color (decimal): -3041389 or 9672657. OLE color: 9672657.

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

Color convert

RGB209151147-
CMYK00.280.300.18
HSL3.87º40.26%69.8%-
HSV(B)3.87º29.67%81.96%-
XYZ42.6337.832.65-
YUV167.89116.22157.33-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.22%
GREEN value IS 151 (59.38% from 255) = 29.78%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=41.22%
G=29.78%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915114700.280.300.183.8740.2669.8
HexD1979301C1E1242846
Octal3212272230343622450106
Binary11010001100101111001001101110011110100101001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19793; }

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

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

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

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

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

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

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

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