#D7958A

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

Shades of Petite Orchid #D7958A

Tints of Petite Orchid #D7958A

Color information

#D7958A (or 0xD7958A) is unknown color: approx Petite Orchid. HEX triplet: D7, 95 and 8A. RGB value is (215,149,138). Sum of RGB (Red+Green+Blue) = 215+149+138=502 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.83% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 215 - color contains mainly: red. Hex color #D7958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7958A is #286A75. Grayscale: #A7A7A7. Windows color (decimal): -2648694 or 9082327. OLE color: 9082327.

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

Color convert

RGB215149138-
CMYK00.310.360.16
HSL8.57º49.04%69.22%-
HSV(B)8.57º35.81%84.31%-
XYZ43.3637.7829.05-
YUV167.48111.37161.89-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.83%
GREEN value IS 149 (58.59% from 255) = 29.68%
BLUE value IS 138 (54.30% from 255) = 27.49%
R=42.83%
G=29.68%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514913800.310.360.168.5749.0469.22
HexD7958A01F241093145
Octal32722521203744201161105
Binary1101011110010101100010100111111001001000010011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7958A; }

 p { color: rgb(215,149,138); }

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

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

 a { background-color: rgb(215,149,138); }

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

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

 span { border-color: rgb(215,149,138); }

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