#D0938C

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

Shades of Petite Orchid #D0938C

Tints of Petite Orchid #D0938C

Color information

#D0938C (or 0xD0938C) is unknown color: approx Petite Orchid. HEX triplet: D0, 93 and 8C. RGB value is (208,147,140). Sum of RGB (Red+Green+Blue) = 208+147+140=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 147 (57.81% from 255 or 29.70% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0938C is #2F6C73. Grayscale: #A4A4A4. Windows color (decimal): -3107956 or 9212880. OLE color: 9212880.

HSL color Cylindrical-coordinate representation of color #D0938C: hue angle of 6.18º degrees, saturation: 0.42, 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 #D0938C is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB208147140-
CMYK00.290.330.18
HSL6.18º41.98%68.24%-
HSV(B)6.18º32.69%81.57%-
XYZ41.1836.1729.62-
YUV164.44114.21159.07-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 147 (57.81% from 255) = 29.70%
BLUE value IS 140 (55.08% from 255) = 28.28%
R=42.02%
G=29.70%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814714000.290.330.186.1841.9868.24
HexD0938C01D211262a44
Octal3202232140354122652104
Binary110100001001001110001100011101100001100101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0938C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0938C; }

 p { color: rgb(208,147,140); }

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

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

 a { background-color: rgb(208,147,140); }

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

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

 span { border-color: rgb(208,147,140); }

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