Html Css Color HEX #D8938C Petite Orchid

📋 copy color: '#D8938C'

red 216 ◦ green 147 ◦ blue 140

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

Shades of Petite Orchid #D8938C

Tints of Petite Orchid #D8938C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 42.94%
G = 29.22%
B = 27.83%

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

#D8938C (or 0xD8938C) is known color: Petite Orchid. HEX triplet: D8, 93 and 8C. RGB value is (216,147,140). Sum of RGB (Red+Green+Blue) = 216+147+140=503 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.94% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 216 - color contains mainly: red. Hex color #D8938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8938C is #276C73. Grayscale: #A6A6A6. Windows color (decimal): -2583668 or 9212888. OLE color: 9212888.

HSL color Cylindrical-coordinate representation of color #D8938C: hue angle of 5.53º 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 #D8938C is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 140 -
CMYK 0 0.32 0.35 0.15
HSL 5.53º 0.49% 0.7% -
HSV(B) 5.53º 0.35% 0.85% -
XYZ 43.49 37.36 29.73 -
YUV 166.83 112.86 163.07 -
System Red Green Blue C M Y K H S L
Decimal 216 147 140 0 0.32 0.35 0.15 5.53 0.49 0.7
Hex D8 93 8C 0 20 23 F 6 31 46
Octal 330 223 214 0 40 43 17 6 61 106
Binary 11011000 10010011 10001100 0 100000 100011 1111 110 110001 1000110

Color Harmonies of #D8938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8938C

Black with #D8938C

Text Example


Text Example

White with #D8938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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