#D19690

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

Shades of Petite Orchid #D19690

Tints of Petite Orchid #D19690

Color information

#D19690 (or 0xD19690) is unknown color: approx Petite Orchid. HEX triplet: D1, 96 and 90. RGB value is (209,150,144). Sum of RGB (Red+Green+Blue) = 209+150+144=503 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.55% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 209 - color contains mainly: red. Hex color #D19690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19690 is #2E696F. Grayscale: #A7A7A7. Windows color (decimal): -3041648 or 9475793. OLE color: 9475793.

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

Color convert

RGB209150144-
CMYK00.280.310.18
HSL5.54º41.4%69.22%-
HSV(B)5.54º31.1%81.96%-
XYZ42.2337.3831.37-
YUV166.96115.05157.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.55%
GREEN value IS 150 (58.98% from 255) = 29.82%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=41.55%
G=29.82%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915014400.280.310.185.5441.469.22
HexD1969001C1F1262945
Octal3212262200343722651105
Binary11010001100101101001000001110011111100101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19690; }

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

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

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

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

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

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

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

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