Html Css Color HEX #D9978B Petite Orchid

📋 copy color: '#D9978B'

red 217 ◦ green 151 ◦ blue 139

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

Shades of Petite Orchid #D9978B

Tints of Petite Orchid #D9978B

RGB

 RED value IS 217 (85.16% from 255) = 42.8%

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

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 42.8%
G = 29.78%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9978B (or 0xD9978B) is known color: Petite Orchid. HEX triplet: D9, 97 and 8B. RGB value is (217,151,139). Sum of RGB (Red+Green+Blue) = 217+151+139=507 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.80% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 217 - color contains mainly: red. Hex color #D9978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9978B is #266874. Grayscale: #A9A9A9. Windows color (decimal): -2517109 or 9148377. OLE color: 9148377.

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

Color convert

RGB 217 151 139 -
CMYK 0 0.30 0.36 0.15
HSL 9.23º 0.51% 0.7% -
HSV(B) 9.23º 0.36% 0.85% -
XYZ 44.34 38.75 29.57 -
YUV 169.37 110.87 161.98 -
System Red Green Blue C M Y K H S L
Decimal 217 151 139 0 0.30 0.36 0.15 9.23 0.51 0.7
Hex D9 97 8B 0 1E 24 F 9 33 46
Octal 331 227 213 0 36 44 17 11 63 106
Binary 11011001 10010111 10001011 0 11110 100100 1111 1001 110011 1000110

Color Harmonies of #D9978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9978B

Black with #D9978B

Text Example


Text Example

White with #D9978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9978B; }

 p { color: rgb(217,151,139); }

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

background-color css

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

 a { background-color: rgb(217,151,139); }

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

border-color css

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

 span { border-color: rgb(217,151,139); }

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