#D1968C

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

Shades of Petite Orchid #D1968C

Tints of Petite Orchid #D1968C

Color information

#D1968C (or 0xD1968C) is unknown color: approx Petite Orchid. HEX triplet: D1, 96 and 8C. RGB value is (209,150,140). Sum of RGB (Red+Green+Blue) = 209+150+140=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1968C is #2E6973. Grayscale: #A6A6A6. Windows color (decimal): -3041652 or 9213649. OLE color: 9213649.

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

Color convert

RGB209150140-
CMYK00.280.330.18
HSL8.7º42.86%68.43%-
HSV(B)8.7º33.01%81.96%-
XYZ41.9337.2629.79-
YUV166.5113.05158.31-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 41.88%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 140 (55.08% from 255) = 28.06%
R=41.88%
G=30.06%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915014000.280.330.188.742.8668.43
HexD1968C01C211292b44
Octal32122621403441221153104
Binary1101000110010110100011000111001000011001010011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1968C; }

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

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

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

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

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

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

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

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