Shades of Petite Orchid #D1968B
Tints of Petite Orchid #D1968B
RGB
CMYK
RGB Variations
Color information
#D1968B (or 0xD1968B) is known color: Petite Orchid. HEX triplet: D1, 96 and 8B. RGB value is (209,150,139). Sum of RGB (Red+Green+Blue) = 209+150+139=498 (65% of max value = 765). Red value is 209 (82.03% from 255 or 41.97% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 209 - color contains mainly: red. Hex color #D1968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1968B is #2E6974. Grayscale: #A6A6A6. Windows color (decimal): -3041653 or 9148113. OLE color: 9148113.
HSL color Cylindrical-coordinate representation of color #D1968B: hue angle of 9.43º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D1968B is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 150 | 139 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.18 |
| HSL | 9.43º | 0.43% | 0.68% | - |
| HSV(B) | 9.43º | 0.33% | 0.82% | - |
| XYZ | 41.86 | 37.23 | 29.41 | - |
| YUV | 166.39 | 112.55 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 150 | 139 | 0 | 0.28 | 0.33 | 0.18 | 9.43 | 0.43 | 0.68 |
| Hex | D1 | 96 | 8B | 0 | 1C | 21 | 12 | 9 | 2B | 44 |
| Octal | 321 | 226 | 213 | 0 | 34 | 41 | 22 | 11 | 53 | 104 |
| Binary | 11010001 | 10010110 | 10001011 | 0 | 11100 | 100001 | 10010 | 1001 | 101011 | 1000100 |
Color Harmonies of #D1968B
Complementary color
Monochromatic Colors of #D1968B
Black with #D1968B
Text Example
Text Example
White with #D1968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1968B; }
p { color: rgb(209,150,139); }
H1.HeaderClassName
{
color: #D1968B;
}
.AnyTagClassName
{
color: #D1968B;
}
</style>
background-color css
<style>
a { background-color: #D1968B; }
a { background-color: rgb(209,150,139); }
div.DivClassName
{
background-color: #D1968B;
}
.BgClassName
{
background-color: #D1968B;
}
</style>
border-color css
<style>
span { border-color: #D1968B; }
span { border-color: rgb(209,150,139); }
td.TdClassName
{
border-color: #D1968B;
}
.TagClassName
{
border-color: #D1968B;
}
</style>