Shades of Petite Orchid #CB9793
Tints of Petite Orchid #CB9793
RGB
CMYK
RGB Variations
Color information
#CB9793 (or 0xCB9793) is known color: Petite Orchid. HEX triplet: CB, 97 and 93. RGB value is (203,151,147). Sum of RGB (Red+Green+Blue) = 203+151+147=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9793 is #34686C. Grayscale: #A6A6A6. Windows color (decimal): -3434605 or 9672651. OLE color: 9672651.
HSL color Cylindrical-coordinate representation of color #CB9793: hue angle of 4.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9793 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 147 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.20 |
| HSL | 4.29º | 0.35% | 0.69% | - |
| HSV(B) | 4.29º | 0.28% | 0.8% | - |
| XYZ | 40.96 | 36.94 | 32.57 | - |
| YUV | 166.09 | 117.23 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 147 | 0 | 0.26 | 0.28 | 0.20 | 4.29 | 0.35 | 0.69 |
| Hex | CB | 97 | 93 | 0 | 1A | 1C | 14 | 4 | 23 | 45 |
| Octal | 313 | 227 | 223 | 0 | 32 | 34 | 24 | 4 | 43 | 105 |
| Binary | 11001011 | 10010111 | 10010011 | 0 | 11010 | 11100 | 10100 | 100 | 100011 | 1000101 |
Color Harmonies of #CB9793
Complementary color
Monochromatic Colors of #CB9793
Black with #CB9793
Text Example
Text Example
White with #CB9793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9793; }
p { color: rgb(203,151,147); }
H1.HeaderClassName
{
color: #CB9793;
}
.AnyTagClassName
{
color: #CB9793;
}
</style>
background-color css
<style>
a { background-color: #CB9793; }
a { background-color: rgb(203,151,147); }
div.DivClassName
{
background-color: #CB9793;
}
.BgClassName
{
background-color: #CB9793;
}
</style>
border-color css
<style>
span { border-color: #CB9793; }
span { border-color: rgb(203,151,147); }
td.TdClassName
{
border-color: #CB9793;
}
.TagClassName
{
border-color: #CB9793;
}
</style>