Html Css Color HEX #D7988C Petite Orchid

📋 copy color: '#D7988C'

red 215 ◦ green 152 ◦ blue 140

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

Shades of Petite Orchid #D7988C

Tints of Petite Orchid #D7988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 42.41%
G = 29.98%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7988C (or 0xD7988C) is known color: Petite Orchid. HEX triplet: D7, 98 and 8C. RGB value is (215,152,140). Sum of RGB (Red+Green+Blue) = 215+152+140=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7988C is #286773. Grayscale: #A9A9A9. Windows color (decimal): -2647924 or 9214167. OLE color: 9214167.

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

Color convert

RGB 215 152 140 -
CMYK 0 0.29 0.35 0.16
HSL 9.6º 0.48% 0.7% -
HSV(B) 9.6º 0.35% 0.84% -
XYZ 43.99 38.8 29.98 -
YUV 169.47 111.37 160.48 -
System Red Green Blue C M Y K H S L
Decimal 215 152 140 0 0.29 0.35 0.16 9.6 0.48 0.7
Hex D7 98 8C 0 1D 23 10 A 30 46
Octal 327 230 214 0 35 43 20 12 60 106
Binary 11010111 10011000 10001100 0 11101 100011 10000 1010 110000 1000110

Color Harmonies of #D7988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7988C

Black with #D7988C

Text Example


Text Example

White with #D7988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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