Html Css Color HEX #D8938E Petite Orchid

📋 copy color: '#D8938E'

red 216 ◦ green 147 ◦ blue 142

#D8938E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #D8938E

Tints of Petite Orchid #D8938E

RGB

 RED value IS 216 (84.77% from 255) = 42.77%

 GREEN value IS 147 (57.81% from 255) = 29.11%

 BLUE value IS 142 (55.86% from 255) = 28.12%

R = 42.77%
G = 29.11%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8938E (or 0xD8938E) is known color: Petite Orchid. HEX triplet: D8, 93 and 8E. RGB value is (216,147,142). Sum of RGB (Red+Green+Blue) = 216+147+142=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938E is #276C71. Grayscale: #A7A7A7. Windows color (decimal): -2583666 or 9343960. OLE color: 9343960.

HSL color Cylindrical-coordinate representation of color #D8938E: hue angle of 4.05º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8938E is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 142 -
CMYK 0 0.32 0.34 0.15
HSL 4.05º 0.49% 0.7% -
HSV(B) 4.05º 0.34% 0.85% -
XYZ 43.64 37.42 30.51 -
YUV 167.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 216 147 142 0 0.32 0.34 0.15 4.05 0.49 0.7
Hex D8 93 8E 0 20 22 F 4 31 46
Octal 330 223 216 0 40 42 17 4 61 106
Binary 11011000 10010011 10001110 0 100000 100010 1111 100 110001 1000110

Color Harmonies of #D8938E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8938E

Black with #D8938E

Text Example


Text Example

White with #D8938E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8938E; }

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

 H1.HeaderClassName
 {
   color: #D8938E;
 }
 .AnyTagClassName
 {
   color: #D8938E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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