Shades of Petite Orchid #D2968E
Tints of Petite Orchid #D2968E
RGB
CMYK
RGB Variations
Color information
#D2968E (or 0xD2968E) is known color: Petite Orchid. HEX triplet: D2, 96 and 8E. RGB value is (210,150,142). Sum of RGB (Red+Green+Blue) = 210+150+142=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2968E is #2D6971. Grayscale: #A7A7A7. Windows color (decimal): -2976114 or 9344722. OLE color: 9344722.
HSL color Cylindrical-coordinate representation of color #D2968E: hue angle of 7.06º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2968E is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 142 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.18 |
| HSL | 7.06º | 0.43% | 0.69% | - |
| HSV(B) | 7.06º | 0.32% | 0.82% | - |
| XYZ | 42.37 | 37.47 | 30.59 | - |
| YUV | 167.03 | 113.88 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 142 | 0 | 0.29 | 0.32 | 0.18 | 7.06 | 0.43 | 0.69 |
| Hex | D2 | 96 | 8E | 0 | 1D | 20 | 12 | 7 | 2B | 45 |
| Octal | 322 | 226 | 216 | 0 | 35 | 40 | 22 | 7 | 53 | 105 |
| Binary | 11010010 | 10010110 | 10001110 | 0 | 11101 | 100000 | 10010 | 111 | 101011 | 1000101 |
Color Harmonies of #D2968E
Complementary color
Monochromatic Colors of #D2968E
Black with #D2968E
Text Example
Text Example
White with #D2968E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2968E; }
p { color: rgb(210,150,142); }
H1.HeaderClassName
{
color: #D2968E;
}
.AnyTagClassName
{
color: #D2968E;
}
</style>
background-color css
<style>
a { background-color: #D2968E; }
a { background-color: rgb(210,150,142); }
div.DivClassName
{
background-color: #D2968E;
}
.BgClassName
{
background-color: #D2968E;
}
</style>
border-color css
<style>
span { border-color: #D2968E; }
span { border-color: rgb(210,150,142); }
td.TdClassName
{
border-color: #D2968E;
}
.TagClassName
{
border-color: #D2968E;
}
</style>