Html Css Color HEX #D6978F Petite Orchid

📋 copy color: '#D6978F'

red 214 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #D6978F

Tints of Petite Orchid #D6978F

RGB

 RED value IS 214 (83.98% from 255) = 42.13%

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

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

R = 42.13%
G = 29.72%
B = 28.15%

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

#D6978F (or 0xD6978F) is known color: Petite Orchid. HEX triplet: D6, 97 and 8F. RGB value is (214,151,143). Sum of RGB (Red+Green+Blue) = 214+151+143=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6978F is #296870. Grayscale: #A9A9A9. Windows color (decimal): -2713713 or 9410518. OLE color: 9410518.

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

Color convert

RGB 214 151 143 -
CMYK 0 0.29 0.33 0.16
HSL 6.76º 0.46% 0.7% -
HSV(B) 6.76º 0.33% 0.84% -
XYZ 43.76 38.41 31.09 -
YUV 168.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 214 151 143 0 0.29 0.33 0.16 6.76 0.46 0.7
Hex D6 97 8F 0 1D 21 10 7 2E 46
Octal 326 227 217 0 35 41 20 7 56 106
Binary 11010110 10010111 10001111 0 11101 100001 10000 111 101110 1000110

Color Harmonies of #D6978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6978F

Black with #D6978F

Text Example


Text Example

White with #D6978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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