#D59793

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

Shades of Petite Orchid #D59793

Tints of Petite Orchid #D59793

Color information

#D59793 (or 0xD59793) is unknown color: approx Petite Orchid. HEX triplet: D5, 97 and 93. RGB value is (213,151,147). Sum of RGB (Red+Green+Blue) = 213+151+147=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 147 (57.81% from 255 or 28.77% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D59793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59793 is #2A686C. Grayscale: #A9A9A9. Windows color (decimal): -2779245 or 9672661. OLE color: 9672661.

HSL color Cylindrical-coordinate representation of color #D59793: hue angle of 3.64º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D59793 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB213151147-
CMYK00.290.310.16
HSL3.64º44%70.59%-
HSV(B)3.64º30.99%83.53%-
XYZ43.7738.3932.71-
YUV169.08115.54159.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.68%
GREEN value IS 151 (59.38% from 255) = 29.55%
BLUE value IS 147 (57.81% from 255) = 28.77%
R=41.68%
G=29.55%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315114700.290.310.163.644470.59
HexD5979301D1F1042c47
Octal3252272230353720454107
Binary11010101100101111001001101110111111100001001011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59793; }

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

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

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

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

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

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

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

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