Html Css Color HEX #D5978D Petite Orchid

📋 copy color: '#D5978D'

red 213 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #D5978D

Tints of Petite Orchid #D5978D

RGB

 RED value IS 213 (83.59% from 255) = 42.18%

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

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

R = 42.18%
G = 29.9%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5978D (or 0xD5978D) is known color: Petite Orchid. HEX triplet: D5, 97 and 8D. RGB value is (213,151,141). Sum of RGB (Red+Green+Blue) = 213+151+141=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5978D is #2A6872. Grayscale: #A8A8A8. Windows color (decimal): -2779251 or 9279445. OLE color: 9279445.

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

Color convert

RGB 213 151 141 -
CMYK 0 0.29 0.34 0.16
HSL 8.33º 0.46% 0.69% -
HSV(B) 8.33º 0.34% 0.84% -
XYZ 43.31 38.2 30.29 -
YUV 168.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 213 151 141 0 0.29 0.34 0.16 8.33 0.46 0.69
Hex D5 97 8D 0 1D 22 10 8 2E 45
Octal 325 227 215 0 35 42 20 10 56 105
Binary 11010101 10010111 10001101 0 11101 100010 10000 1000 101110 1000101

Color Harmonies of #D5978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5978D

Black with #D5978D

Text Example


Text Example

White with #D5978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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