#D59688

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

Shades of Petite Orchid #D59688

Tints of Petite Orchid #D59688

Color information

#D59688 (or 0xD59688) is unknown color: approx Petite Orchid. HEX triplet: D5, 96 and 88. RGB value is (213,150,136). Sum of RGB (Red+Green+Blue) = 213+150+136=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D59688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59688 is #2A6977. Grayscale: #A7A7A7. Windows color (decimal): -2779512 or 8951509. OLE color: 8951509.

HSL color Cylindrical-coordinate representation of color #D59688: hue angle of 10.91º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D59688 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB213150136-
CMYK00.300.360.16
HSL10.91º47.83%68.43%-
HSV(B)10.91º36.15%83.53%-
XYZ42.7937.7428.32-
YUV167.24110.37160.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.69%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 136 (53.52% from 255) = 27.25%
R=42.69%
G=30.06%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315013600.300.360.1610.9147.8368.43
HexD5968801E2410b3044
Octal32522621003644201360104
Binary1101010110010110100010000111101001001000010111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59688; }

 p { color: rgb(213,150,136); }

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

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

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

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

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

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

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