#D6978F

Color #D6978F Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #D6978F

Tints of Petite Orchid #D6978F

Color information

#D6978F (or 0xD6978F) is unknown color: approx 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

RGB214151143-
CMYK00.290.330.16
HSL6.76º46.41%70%-
HSV(B)6.76º33.18%83.92%-
XYZ43.7638.4131.09-
YUV168.92113.37160.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415114300.290.330.166.7646.4170
HexD6978F01D211072e46
Octal3262272170354120756106
Binary110101101001011110001111011101100001100001111011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>