Html Css Color HEX #D5978E Petite Orchid

📋 copy color: '#D5978E'

red 213 ◦ green 151 ◦ blue 142

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

Shades of Petite Orchid #D5978E

Tints of Petite Orchid #D5978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 42.09%
G = 29.84%
B = 28.06%

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

#D5978E (or 0xD5978E) is known color: Petite Orchid. HEX triplet: D5, 97 and 8E. RGB value is (213,151,142). Sum of RGB (Red+Green+Blue) = 213+151+142=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5978E is #2A6871. Grayscale: #A8A8A8. Windows color (decimal): -2779250 or 9344981. OLE color: 9344981.

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

Color convert

RGB 213 151 142 -
CMYK 0 0.29 0.33 0.16
HSL 7.61º 0.46% 0.7% -
HSV(B) 7.61º 0.33% 0.84% -
XYZ 43.39 38.23 30.68 -
YUV 168.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 213 151 142 0 0.29 0.33 0.16 7.61 0.46 0.7
Hex D5 97 8E 0 1D 21 10 8 2E 46
Octal 325 227 216 0 35 41 20 10 56 106
Binary 11010101 10010111 10001110 0 11101 100001 10000 1000 101110 1000110

Color Harmonies of #D5978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5978E

Black with #D5978E

Text Example


Text Example

White with #D5978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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