#D59691

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

Shades of Petite Orchid #D59691

Tints of Petite Orchid #D59691

Color information

#D59691 (or 0xD59691) is unknown color: approx Petite Orchid. HEX triplet: D5, 96 and 91. RGB value is (213,150,145). Sum of RGB (Red+Green+Blue) = 213+150+145=508 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.93% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 145 (57.03% from 255 or 28.54% from 508); Max value from RGB is 213 - color contains mainly: red. Hex color #D59691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D59691 is #2A696E. Grayscale: #A8A8A8. Windows color (decimal): -2779503 or 9541333. OLE color: 9541333.

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

Color convert

RGB213150145-
CMYK00.300.320.16
HSL4.41º44.74%70.2%-
HSV(B)4.41º31.92%83.53%-
XYZ43.463831.83-
YUV168.27114.87159.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.93%
GREEN value IS 150 (58.98% from 255) = 29.53%
BLUE value IS 145 (57.03% from 255) = 28.54%
R=41.93%
G=29.53%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21315014500.300.320.164.4144.7470.2
HexD5969101E201042d46
Octal3252262210364020455106
Binary110101011001011010010001011110100000100001001011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D59691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D59691; }

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

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

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

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

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

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

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

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