Html Css Color HEX #D7978B Petite Orchid

📋 copy color: '#D7978B'

red 215 ◦ green 151 ◦ blue 139

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

Shades of Petite Orchid #D7978B

Tints of Petite Orchid #D7978B

RGB

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

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

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

R = 42.57%
G = 29.9%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7978B (or 0xD7978B) is known color: Petite Orchid. HEX triplet: D7, 97 and 8B. RGB value is (215,151,139). Sum of RGB (Red+Green+Blue) = 215+151+139=505 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.57% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 215 - color contains mainly: red. Hex color #D7978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7978B is #286874. Grayscale: #A8A8A8. Windows color (decimal): -2648181 or 9148375. OLE color: 9148375.

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

Color convert

RGB 215 151 139 -
CMYK 0 0.30 0.35 0.16
HSL 9.47º 0.49% 0.69% -
HSV(B) 9.47º 0.35% 0.84% -
XYZ 43.75 38.44 29.54 -
YUV 168.77 111.2 160.98 -
System Red Green Blue C M Y K H S L
Decimal 215 151 139 0 0.30 0.35 0.16 9.47 0.49 0.69
Hex D7 97 8B 0 1E 23 10 9 31 45
Octal 327 227 213 0 36 43 20 11 61 105
Binary 11010111 10010111 10001011 0 11110 100011 10000 1001 110001 1000101

Color Harmonies of #D7978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7978B

Black with #D7978B

Text Example


Text Example

White with #D7978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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