#D78F8C

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

Shades of Petite Orchid #D78F8C

Tints of Petite Orchid #D78F8C

Color information

#D78F8C (or 0xD78F8C) is unknown color: approx Petite Orchid. HEX triplet: D7, 8F and 8C. RGB value is (215,143,140). Sum of RGB (Red+Green+Blue) = 215+143+140=498 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.17% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78F8C is #287073. Grayscale: #A4A4A4. Windows color (decimal): -2650228 or 9211863. OLE color: 9211863.

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

Color convert

RGB215143140-
CMYK00.330.350.16
HSL2.4º48.39%69.61%-
HSV(B)2.4º34.88%84.31%-
XYZ42.5835.9929.51-
YUV164.19114.35164.24-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.17%
GREEN value IS 143 (56.25% from 255) = 28.71%
BLUE value IS 140 (55.08% from 255) = 28.11%
R=43.17%
G=28.71%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514314000.330.350.162.448.3969.61
HexD78F8C021231023046
Octal3272172140414320260106
Binary110101111000111110001100010000110001110000101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78F8C; }

 p { color: rgb(215,143,140); }

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

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

 a { background-color: rgb(215,143,140); }

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

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

 span { border-color: rgb(215,143,140); }

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