Html Css Color HEX #D4978D Petite Orchid

📋 copy color: '#D4978D'

red 212 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #D4978D

Tints of Petite Orchid #D4978D

RGB

 RED value IS 212 (83.2% from 255) = 42.06%

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

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

R = 42.06%
G = 29.96%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#D4978D (or 0xD4978D) is known color: Petite Orchid. HEX triplet: D4, 97 and 8D. RGB value is (212,151,141). Sum of RGB (Red+Green+Blue) = 212+151+141=504 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.06% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 212 - color contains mainly: red. Hex color #D4978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4978D is #2B6872. Grayscale: #A8A8A8. Windows color (decimal): -2844787 or 9279444. OLE color: 9279444.

HSL color Cylindrical-coordinate representation of color #D4978D: hue angle of 8.45º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4978D is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 141 -
CMYK 0 0.29 0.33 0.17
HSL 8.45º 0.45% 0.69% -
HSV(B) 8.45º 0.33% 0.83% -
XYZ 43.03 38.05 30.28 -
YUV 168.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 212 151 141 0 0.29 0.33 0.17 8.45 0.45 0.69
Hex D4 97 8D 0 1D 21 11 8 2D 45
Octal 324 227 215 0 35 41 21 10 55 105
Binary 11010100 10010111 10001101 0 11101 100001 10001 1000 101101 1000101

Color Harmonies of #D4978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4978D

Black with #D4978D

Text Example


Text Example

White with #D4978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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