#D9978A

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

Shades of Petite Orchid #D9978A

Tints of Petite Orchid #D9978A

Color information

#D9978A (or 0xD9978A) is unknown color: approx Petite Orchid. HEX triplet: D9, 97 and 8A. RGB value is (217,151,138). Sum of RGB (Red+Green+Blue) = 217+151+138=506 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.89% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 217 - color contains mainly: red. Hex color #D9978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9978A is #266875. Grayscale: #A9A9A9. Windows color (decimal): -2517110 or 9082841. OLE color: 9082841.

HSL color Cylindrical-coordinate representation of color #D9978A: hue angle of 9.87º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9978A is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB217151138-
CMYK00.300.360.15
HSL9.87º50.97%69.61%-
HSV(B)9.87º36.41%85.1%-
XYZ44.2738.7229.19-
YUV169.25110.37162.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 42.89%
GREEN value IS 151 (59.38% from 255) = 29.84%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=42.89%
G=29.84%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715113800.300.360.159.8750.9769.61
HexD9978A01E24Fa3346
Octal33122721203644171263106
Binary110110011001011110001010011110100100111110101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9978A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9978A; }

 p { color: rgb(217,151,138); }

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

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

 a { background-color: rgb(217,151,138); }

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

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

 span { border-color: rgb(217,151,138); }

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