#D18F8F

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

Shades of Petite Orchid #D18F8F

Tints of Petite Orchid #D18F8F

Color information

#D18F8F (or 0xD18F8F) is unknown color: approx Petite Orchid. HEX triplet: D1, 8F and 8F. RGB value is (209,143,143). Sum of RGB (Red+Green+Blue) = 209+143+143=495 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.22% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 143 (56.25% from 255 or 28.89% from 495); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18F8F is #2E7070. Grayscale: #A2A2A2. Windows color (decimal): -3043441 or 9408465. OLE color: 9408465.

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

Color convert

RGB209143143-
CMYK00.320.320.18
HSL41.77%69.02%-
HSV(B)31.58%81.96%-
XYZ41.0735.1830.61-
YUV162.73116.87161-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.22%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 143 (56.25% from 255) = 28.89%
R=42.22%
G=28.89%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914314300.320.320.18041.7769.02
HexD18F8F020201202a45
Octal3212172170404022052105
Binary11010001100011111000111101000001000001001001010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18F8F; }

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

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

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

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

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

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

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

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