Shades of Petite Orchid #D5968C
Tints of Petite Orchid #D5968C
RGB
CMYK
RGB Variations
Color information
#D5968C (or 0xD5968C) is known color: Petite Orchid. HEX triplet: D5, 96 and 8C. RGB value is (213,150,140). Sum of RGB (Red+Green+Blue) = 213+150+140=503 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.35% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 213 - color contains mainly: red. Hex color #D5968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5968C is #2A6973. Grayscale: #A7A7A7. Windows color (decimal): -2779508 or 9213653. OLE color: 9213653.
HSL color Cylindrical-coordinate representation of color #D5968C: hue angle of 8.22º 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 #D5968C is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 150 | 140 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.16 |
| HSL | 8.22º | 0.46% | 0.69% | - |
| HSV(B) | 8.22º | 0.34% | 0.84% | - |
| XYZ | 43.08 | 37.85 | 29.85 | - |
| YUV | 167.7 | 112.37 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 150 | 140 | 0 | 0.30 | 0.34 | 0.16 | 8.22 | 0.46 | 0.69 |
| Hex | D5 | 96 | 8C | 0 | 1E | 22 | 10 | 8 | 2E | 45 |
| Octal | 325 | 226 | 214 | 0 | 36 | 42 | 20 | 10 | 56 | 105 |
| Binary | 11010101 | 10010110 | 10001100 | 0 | 11110 | 100010 | 10000 | 1000 | 101110 | 1000101 |
Color Harmonies of #D5968C
Complementary color
Monochromatic Colors of #D5968C
Black with #D5968C
Text Example
Text Example
White with #D5968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5968C; }
p { color: rgb(213,150,140); }
H1.HeaderClassName
{
color: #D5968C;
}
.AnyTagClassName
{
color: #D5968C;
}
</style>
background-color css
<style>
a { background-color: #D5968C; }
a { background-color: rgb(213,150,140); }
div.DivClassName
{
background-color: #D5968C;
}
.BgClassName
{
background-color: #D5968C;
}
</style>
border-color css
<style>
span { border-color: #D5968C; }
span { border-color: rgb(213,150,140); }
td.TdClassName
{
border-color: #D5968C;
}
.TagClassName
{
border-color: #D5968C;
}
</style>