Html Css Color HEX #D5978F Petite Orchid

📋 copy color: '#D5978F'

red 213 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #D5978F

Tints of Petite Orchid #D5978F

RGB

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

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

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

R = 42.01%
G = 29.78%
B = 28.21%

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

#D5978F (or 0xD5978F) is known color: Petite Orchid. HEX triplet: D5, 97 and 8F. RGB value is (213,151,143). Sum of RGB (Red+Green+Blue) = 213+151+143=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5978F is #2A6870. Grayscale: #A8A8A8. Windows color (decimal): -2779249 or 9410517. OLE color: 9410517.

HSL color Cylindrical-coordinate representation of color #D5978F: hue angle of 6.86º degrees, saturation: 0.45, 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 #D5978F is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 151 143 -
CMYK 0 0.29 0.33 0.16
HSL 6.86º 0.45% 0.7% -
HSV(B) 6.86º 0.33% 0.84% -
XYZ 43.47 38.26 31.08 -
YUV 168.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 213 151 143 0 0.29 0.33 0.16 6.86 0.45 0.7
Hex D5 97 8F 0 1D 21 10 7 2D 46
Octal 325 227 217 0 35 41 20 7 55 106
Binary 11010101 10010111 10001111 0 11101 100001 10000 111 101101 1000110

Color Harmonies of #D5978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5978F

Black with #D5978F

Text Example


Text Example

White with #D5978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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