Html Css Color HEX #D6978C Petite Orchid

📋 copy color: '#D6978C'

red 214 ◦ green 151 ◦ blue 140

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

Shades of Petite Orchid #D6978C

Tints of Petite Orchid #D6978C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.72%

R = 42.38%
G = 29.9%
B = 27.72%

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

#D6978C (or 0xD6978C) is known color: Petite Orchid. HEX triplet: D6, 97 and 8C. RGB value is (214,151,140). Sum of RGB (Red+Green+Blue) = 214+151+140=505 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.38% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 214 - color contains mainly: red. Hex color #D6978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6978C is #296873. Grayscale: #A8A8A8. Windows color (decimal): -2713716 or 9213910. OLE color: 9213910.

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

Color convert

RGB 214 151 140 -
CMYK 0 0.29 0.35 0.16
HSL 8.92º 0.47% 0.69% -
HSV(B) 8.92º 0.35% 0.84% -
XYZ 43.53 38.32 29.91 -
YUV 168.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 214 151 140 0 0.29 0.35 0.16 8.92 0.47 0.69
Hex D6 97 8C 0 1D 23 10 9 2F 45
Octal 326 227 214 0 35 43 20 11 57 105
Binary 11010110 10010111 10001100 0 11101 100011 10000 1001 101111 1000101

Color Harmonies of #D6978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6978C

Black with #D6978C

Text Example


Text Example

White with #D6978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6978C; }

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

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

background-color css

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

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

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

border-color css

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

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

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