Html Css Color HEX #D8978F Petite Orchid

📋 copy color: '#D8978F'

red 216 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #D8978F

Tints of Petite Orchid #D8978F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.61%

 BLUE value IS 143 (56.25% from 255) = 28.04%

R = 42.35%
G = 29.61%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D8978F (or 0xD8978F) is known color: Petite Orchid. HEX triplet: D8, 97 and 8F. RGB value is (216,151,143). Sum of RGB (Red+Green+Blue) = 216+151+143=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8978F is #276870. Grayscale: #A9A9A9. Windows color (decimal): -2582641 or 9410520. OLE color: 9410520.

HSL color Cylindrical-coordinate representation of color #D8978F: hue angle of 6.58º degrees, saturation: 0.48, 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 #D8978F is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 151 143 -
CMYK 0 0.30 0.34 0.15
HSL 6.58º 0.48% 0.7% -
HSV(B) 6.58º 0.34% 0.85% -
XYZ 44.34 38.72 31.12 -
YUV 169.52 113.03 161.15 -
System Red Green Blue C M Y K H S L
Decimal 216 151 143 0 0.30 0.34 0.15 6.58 0.48 0.7
Hex D8 97 8F 0 1E 22 F 7 30 46
Octal 330 227 217 0 36 42 17 7 60 106
Binary 11011000 10010111 10001111 0 11110 100010 1111 111 110000 1000110

Color Harmonies of #D8978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8978F

Black with #D8978F

Text Example


Text Example

White with #D8978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8978F; }

 p { color: rgb(216,151,143); }

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

background-color css

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

 a { background-color: rgb(216,151,143); }

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

border-color css

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

 span { border-color: rgb(216,151,143); }

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