Html Css Color HEX #D5978B Petite Orchid

📋 copy color: '#D5978B'

red 213 ◦ green 151 ◦ blue 139

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

Shades of Petite Orchid #D5978B

Tints of Petite Orchid #D5978B

RGB

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

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

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

R = 42.35%
G = 30.02%
B = 27.63%

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

#D5978B (or 0xD5978B) is known color: Petite Orchid. HEX triplet: D5, 97 and 8B. RGB value is (213,151,139). Sum of RGB (Red+Green+Blue) = 213+151+139=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5978B is #2A6874. Grayscale: #A8A8A8. Windows color (decimal): -2779253 or 9148373. OLE color: 9148373.

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

Color convert

RGB 213 151 139 -
CMYK 0 0.29 0.35 0.16
HSL 9.73º 0.47% 0.69% -
HSV(B) 9.73º 0.35% 0.84% -
XYZ 43.17 38.14 29.51 -
YUV 168.17 111.54 159.98 -
System Red Green Blue C M Y K H S L
Decimal 213 151 139 0 0.29 0.35 0.16 9.73 0.47 0.69
Hex D5 97 8B 0 1D 23 10 A 2F 45
Octal 325 227 213 0 35 43 20 12 57 105
Binary 11010101 10010111 10001011 0 11101 100011 10000 1010 101111 1000101

Color Harmonies of #D5978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5978B

Black with #D5978B

Text Example


Text Example

White with #D5978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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