#D7928A

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

Shades of Petite Orchid #D7928A

Tints of Petite Orchid #D7928A

Color information

#D7928A (or 0xD7928A) is unknown color: approx Petite Orchid. HEX triplet: D7, 92 and 8A. RGB value is (215,146,138). Sum of RGB (Red+Green+Blue) = 215+146+138=499 (66% of max value = 765). Red value is 215 (84.38% from 255 or 43.09% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 215 - color contains mainly: red. Hex color #D7928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7928A is #286D75. Grayscale: #A5A5A5. Windows color (decimal): -2649462 or 9081559. OLE color: 9081559.

HSL color Cylindrical-coordinate representation of color #D7928A: hue angle of 6.23º 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 #D7928A is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB215146138-
CMYK00.320.360.16
HSL6.23º49.04%69.22%-
HSV(B)6.23º35.81%84.31%-
XYZ42.8936.8428.89-
YUV165.72112.36163.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.09%
GREEN value IS 146 (57.42% from 255) = 29.26%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=43.09%
G=29.26%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514613800.320.360.166.2349.0469.22
HexD7928A020241063145
Octal3272222120404420661105
Binary1101011110010010100010100100000100100100001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7928A; }

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

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

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

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

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

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

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

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