Html Css Color HEX #D8938D Petite Orchid

📋 copy color: '#D8938D'

red 216 ◦ green 147 ◦ blue 141

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

Shades of Petite Orchid #D8938D

Tints of Petite Orchid #D8938D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.98%

R = 42.86%
G = 29.17%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8938D (or 0xD8938D) is known color: Petite Orchid. HEX triplet: D8, 93 and 8D. RGB value is (216,147,141). Sum of RGB (Red+Green+Blue) = 216+147+141=504 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.86% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938D is #276C72. Grayscale: #A7A7A7. Windows color (decimal): -2583667 or 9278424. OLE color: 9278424.

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

Color convert

RGB 216 147 141 -
CMYK 0 0.32 0.35 0.15
HSL 4.8º 0.49% 0.7% -
HSV(B) 4.8º 0.35% 0.85% -
XYZ 43.56 37.39 30.12 -
YUV 166.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 216 147 141 0 0.32 0.35 0.15 4.8 0.49 0.7
Hex D8 93 8D 0 20 23 F 5 31 46
Octal 330 223 215 0 40 43 17 5 61 106
Binary 11011000 10010011 10001101 0 100000 100011 1111 101 110001 1000110

Color Harmonies of #D8938D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8938D

Black with #D8938D

Text Example


Text Example

White with #D8938D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8938D; }

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

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

background-color css

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

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

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

border-color css

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

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

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