#D78F8B

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

Shades of Petite Orchid #D78F8B

Tints of Petite Orchid #D78F8B

Color information

#D78F8B (or 0xD78F8B) is unknown color: approx Petite Orchid. HEX triplet: D7, 8F and 8B. RGB value is (215,143,139). Sum of RGB (Red+Green+Blue) = 215+143+139=497 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.26% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 215 - color contains mainly: red. Hex color #D78F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78F8B is #287074. Grayscale: #A4A4A4. Windows color (decimal): -2650229 or 9146327. OLE color: 9146327.

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

Color convert

RGB215143139-
CMYK00.330.350.16
HSL3.16º48.72%69.41%-
HSV(B)3.16º35.35%84.31%-
XYZ42.5135.9629.13-
YUV164.07113.85164.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.26%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 139 (54.69% from 255) = 27.97%
R=43.26%
G=28.77%
B=27.97%

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
Decimal21514313900.330.350.163.1648.7269.41
HexD78F8B021231033145
Octal3272172130414320361105
Binary110101111000111110001011010000110001110000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78F8B; }

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

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

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

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

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

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

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

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