#D6978D

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

Shades of Petite Orchid #D6978D

Tints of Petite Orchid #D6978D

Color information

#D6978D (or 0xD6978D) is unknown color: approx Petite Orchid. HEX triplet: D6, 97 and 8D. RGB value is (214,151,141). Sum of RGB (Red+Green+Blue) = 214+151+141=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6978D is #296872. Grayscale: #A8A8A8. Windows color (decimal): -2713715 or 9279446. OLE color: 9279446.

HSL color Cylindrical-coordinate representation of color #D6978D: hue angle of 8.22º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D6978D is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB214151141-
CMYK00.290.340.16
HSL8.22º47.1%69.61%-
HSV(B)8.22º34.11%83.92%-
XYZ43.6138.3530.3-
YUV168.7112.37160.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 141 (55.47% from 255) = 27.87%
R=42.29%
G=29.84%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415114100.290.340.168.2247.169.61
HexD6978D01D221082f46
Octal32622721503542201057106
Binary1101011010010111100011010111011000101000010001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6978D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6978D; }

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

 H1.HeaderClassName
 {
   color: #D6978D;
 }
 .AnyTagClassName
 {
   color: #D6978D;
 }
</style>
background-color css

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

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

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

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

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

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