Shades of Petite Orchid #D5928C
Tints of Petite Orchid #D5928C
RGB
CMYK
RGB Variations
Color information
#D5928C (or 0xD5928C) is known color: Petite Orchid. HEX triplet: D5, 92 and 8C. RGB value is (213,146,140). Sum of RGB (Red+Green+Blue) = 213+146+140=499 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.69% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 213 - color contains mainly: red. Hex color #D5928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5928C is #2A6D73. Grayscale: #A5A5A5. Windows color (decimal): -2780532 or 9212629. OLE color: 9212629.
HSL color Cylindrical-coordinate representation of color #D5928C: hue angle of 4.93º 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 #D5928C is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 146 | 140 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.16 |
| HSL | 4.93º | 0.46% | 0.69% | - |
| HSV(B) | 4.93º | 0.34% | 0.84% | - |
| XYZ | 42.45 | 36.6 | 29.64 | - |
| YUV | 165.35 | 113.7 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 146 | 140 | 0 | 0.31 | 0.34 | 0.16 | 4.93 | 0.46 | 0.69 |
| Hex | D5 | 92 | 8C | 0 | 1F | 22 | 10 | 5 | 2E | 45 |
| Octal | 325 | 222 | 214 | 0 | 37 | 42 | 20 | 5 | 56 | 105 |
| Binary | 11010101 | 10010010 | 10001100 | 0 | 11111 | 100010 | 10000 | 101 | 101110 | 1000101 |
Color Harmonies of #D5928C
Complementary color
Monochromatic Colors of #D5928C
Black with #D5928C
Text Example
Text Example
White with #D5928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5928C; }
p { color: rgb(213,146,140); }
H1.HeaderClassName
{
color: #D5928C;
}
.AnyTagClassName
{
color: #D5928C;
}
</style>
background-color css
<style>
a { background-color: #D5928C; }
a { background-color: rgb(213,146,140); }
div.DivClassName
{
background-color: #D5928C;
}
.BgClassName
{
background-color: #D5928C;
}
</style>
border-color css
<style>
span { border-color: #D5928C; }
span { border-color: rgb(213,146,140); }
td.TdClassName
{
border-color: #D5928C;
}
.TagClassName
{
border-color: #D5928C;
}
</style>