Html Css Color HEX #D8978D Petite Orchid

📋 copy color: '#D8978D'

red 216 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #D8978D

Tints of Petite Orchid #D8978D

RGB

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

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

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

R = 42.52%
G = 29.72%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D8978D (or 0xD8978D) is known color: Petite Orchid. HEX triplet: D8, 97 and 8D. RGB value is (216,151,141). Sum of RGB (Red+Green+Blue) = 216+151+141=508 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.52% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 216 - color contains mainly: red. Hex color #D8978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8978D is #276872. Grayscale: #A9A9A9. Windows color (decimal): -2582643 or 9279448. OLE color: 9279448.

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

Color convert

RGB 216 151 141 -
CMYK 0 0.30 0.35 0.15
HSL 0.49% 0.7% -
HSV(B) 0.35% 0.85% -
XYZ 44.19 38.66 30.33 -
YUV 169.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 216 151 141 0 0.30 0.35 0.15 8 0.49 0.7
Hex D8 97 8D 0 1E 23 F 8 31 46
Octal 330 227 215 0 36 43 17 10 61 106
Binary 11011000 10010111 10001101 0 11110 100011 1111 1000 110001 1000110

Color Harmonies of #D8978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8978D

Black with #D8978D

Text Example


Text Example

White with #D8978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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