Html Css Color HEX #D8978E Petite Orchid

📋 copy color: '#D8978E'

red 216 ◦ green 151 ◦ blue 142

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

Shades of Petite Orchid #D8978E

Tints of Petite Orchid #D8978E

RGB

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

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

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

R = 42.44%
G = 29.67%
B = 27.9%

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

#D8978E (or 0xD8978E) is known color: Petite Orchid. HEX triplet: D8, 97 and 8E. RGB value is (216,151,142). Sum of RGB (Red+Green+Blue) = 216+151+142=509 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.44% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 216 - color contains mainly: red. Hex color #D8978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8978E is #276871. Grayscale: #A9A9A9. Windows color (decimal): -2582642 or 9344984. OLE color: 9344984.

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

Color convert

RGB 216 151 142 -
CMYK 0 0.30 0.34 0.15
HSL 7.3º 0.49% 0.7% -
HSV(B) 7.3º 0.34% 0.85% -
XYZ 44.27 38.69 30.72 -
YUV 169.41 112.53 161.23 -
System Red Green Blue C M Y K H S L
Decimal 216 151 142 0 0.30 0.34 0.15 7.3 0.49 0.7
Hex D8 97 8E 0 1E 22 F 7 31 46
Octal 330 227 216 0 36 42 17 7 61 106
Binary 11011000 10010111 10001110 0 11110 100010 1111 111 110001 1000110

Color Harmonies of #D8978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8978E

Black with #D8978E

Text Example


Text Example

White with #D8978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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