Html Css Color HEX #D7988F Petite Orchid

📋 copy color: '#D7988F'

red 215 ◦ green 152 ◦ blue 143

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

Shades of Petite Orchid #D7988F

Tints of Petite Orchid #D7988F

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

 GREEN value IS 152 (59.77% from 255) = 29.8%

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

R = 42.16%
G = 29.8%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D7988F (or 0xD7988F) is known color: Petite Orchid. HEX triplet: D7, 98 and 8F. RGB value is (215,152,143). Sum of RGB (Red+Green+Blue) = 215+152+143=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 152 (59.77% from 255 or 29.80% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7988F is #286770. Grayscale: #A9A9A9. Windows color (decimal): -2647921 or 9410775. OLE color: 9410775.

HSL color Cylindrical-coordinate representation of color #D7988F: hue angle of 7.5º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7988F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 152 143 -
CMYK 0 0.29 0.33 0.16
HSL 7.5º 0.47% 0.7% -
HSV(B) 7.5º 0.33% 0.84% -
XYZ 44.21 38.89 31.16 -
YUV 169.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 215 152 143 0 0.29 0.33 0.16 7.5 0.47 0.7
Hex D7 98 8F 0 1D 21 10 8 2F 46
Octal 327 230 217 0 35 41 20 10 57 106
Binary 11010111 10011000 10001111 0 11101 100001 10000 1000 101111 1000110

Color Harmonies of #D7988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7988F

Black with #D7988F

Text Example


Text Example

White with #D7988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7988F; }

 p { color: rgb(215,152,143); }

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

background-color css

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

 a { background-color: rgb(215,152,143); }

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

border-color css

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

 span { border-color: rgb(215,152,143); }

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