Shades of Petite Orchid #D2968F
Tints of Petite Orchid #D2968F
RGB
CMYK
RGB Variations
Color information
#D2968F (or 0xD2968F) is known color: Petite Orchid. HEX triplet: D2, 96 and 8F. RGB value is (210,150,143). Sum of RGB (Red+Green+Blue) = 210+150+143=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D2968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2968F is #2D6970. Grayscale: #A7A7A7. Windows color (decimal): -2976113 or 9410258. OLE color: 9410258.
HSL color Cylindrical-coordinate representation of color #D2968F: hue angle of 6.27º 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 #D2968F is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 150 | 143 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.18 |
| HSL | 6.27º | 0.43% | 0.69% | - |
| HSV(B) | 6.27º | 0.32% | 0.82% | - |
| XYZ | 42.44 | 37.5 | 30.99 | - |
| YUV | 167.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 150 | 143 | 0 | 0.29 | 0.32 | 0.18 | 6.27 | 0.43 | 0.69 |
| Hex | D2 | 96 | 8F | 0 | 1D | 20 | 12 | 6 | 2B | 45 |
| Octal | 322 | 226 | 217 | 0 | 35 | 40 | 22 | 6 | 53 | 105 |
| Binary | 11010010 | 10010110 | 10001111 | 0 | 11101 | 100000 | 10010 | 110 | 101011 | 1000101 |
Color Harmonies of #D2968F
Complementary color
Monochromatic Colors of #D2968F
Black with #D2968F
Text Example
Text Example
White with #D2968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2968F; }
p { color: rgb(210,150,143); }
H1.HeaderClassName
{
color: #D2968F;
}
.AnyTagClassName
{
color: #D2968F;
}
</style>
background-color css
<style>
a { background-color: #D2968F; }
a { background-color: rgb(210,150,143); }
div.DivClassName
{
background-color: #D2968F;
}
.BgClassName
{
background-color: #D2968F;
}
</style>
border-color css
<style>
span { border-color: #D2968F; }
span { border-color: rgb(210,150,143); }
td.TdClassName
{
border-color: #D2968F;
}
.TagClassName
{
border-color: #D2968F;
}
</style>