#D5978C

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

Shades of Petite Orchid #D5978C

Tints of Petite Orchid #D5978C

Color information

#D5978C (or 0xD5978C) is unknown color: approx Petite Orchid. HEX triplet: D5, 97 and 8C. RGB value is (213,151,140). Sum of RGB (Red+Green+Blue) = 213+151+140=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 151 (59.38% from 255 or 29.96% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5978C is #2A6873. Grayscale: #A8A8A8. Windows color (decimal): -2779252 or 9213909. OLE color: 9213909.

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

Color convert

RGB213151140-
CMYK00.290.340.16
HSL9.04º46.5%69.22%-
HSV(B)9.04º34.27%83.53%-
XYZ43.2438.1729.9-
YUV168.28112.04159.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 42.26%
GREEN value IS 151 (59.38% from 255) = 29.96%
BLUE value IS 140 (55.08% from 255) = 27.78%
R=42.26%
G=29.96%
B=27.78%

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
Decimal21315114000.290.340.169.0446.569.22
HexD5978C01D221092e45
Octal32522721403542201156105
Binary1101010110010111100011000111011000101000010011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5978C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5978C; }

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

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

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

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

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

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

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

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