#D0938E

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

Shades of Petite Orchid #D0938E

Tints of Petite Orchid #D0938E

Color information

#D0938E (or 0xD0938E) is unknown color: approx Petite Orchid. HEX triplet: D0, 93 and 8E. RGB value is (208,147,142). Sum of RGB (Red+Green+Blue) = 208+147+142=497 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.85% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 208 - color contains mainly: red. Hex color #D0938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0938E is #2F6C71. Grayscale: #A4A4A4. Windows color (decimal): -3107954 or 9343952. OLE color: 9343952.

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

Color convert

RGB208147142-
CMYK00.290.320.18
HSL4.55º41.25%68.63%-
HSV(B)4.55º31.73%81.57%-
XYZ41.3336.2330.41-
YUV164.67115.21158.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.85%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 142 (55.86% from 255) = 28.57%
R=41.85%
G=29.58%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814714200.290.320.184.5541.2568.63
HexD0938E01D201252945
Octal3202232160354022551105
Binary110100001001001110001110011101100000100101011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0938E; }

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

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

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

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

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

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

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

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