#D19696

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

Shades of Petite Orchid #D19696

Tints of Petite Orchid #D19696

Color information

#D19696 (or 0xD19696) is unknown color: approx Petite Orchid. HEX triplet: D1, 96 and 96. RGB value is (209,150,150). Sum of RGB (Red+Green+Blue) = 209+150+150=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D19696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19696 is #2E6969. Grayscale: #A7A7A7. Windows color (decimal): -3041642 or 9869009. OLE color: 9869009.

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

Color convert

RGB209150150-
CMYK00.280.280.18
HSL39.07%70.39%-
HSV(B)28.23%81.96%-
XYZ42.7137.5733.86-
YUV167.64118.05157.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.06%
GREEN value IS 150 (58.98% from 255) = 29.47%
BLUE value IS 150 (58.98% from 255) = 29.47%
R=41.06%
G=29.47%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915015000.280.280.18039.0770.39
HexD1969601C1C1202746
Octal3212262260343422047106
Binary110100011001011010010110011100111001001001001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19696; }

 p { color: rgb(209,150,150); }

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

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

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

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

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

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

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