Shades of Petite Orchid #CB9797
Tints of Petite Orchid #CB9797
RGB
CMYK
RGB Variations
Color information
#CB9797 (or 0xCB9797) is known color: Petite Orchid. HEX triplet: CB, 97 and 97. RGB value is (203,151,151). Sum of RGB (Red+Green+Blue) = 203+151+151=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 151 (59.38% from 255 or 29.90% from 505); Blue value is 151 (59.38% from 255 or 29.90% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9797 is #346868. Grayscale: #A6A6A6. Windows color (decimal): -3434601 or 9934795. OLE color: 9934795.
HSL color Cylindrical-coordinate representation of color #CB9797: hue angle of 0º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB9797 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 151 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.20 |
| HSL | 0º | 0.33% | 0.69% | - |
| HSV(B) | 0º | 0.26% | 0.8% | - |
| XYZ | 41.28 | 37.06 | 34.26 | - |
| YUV | 166.55 | 119.23 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 151 | 0 | 0.26 | 0.26 | 0.20 | 0 | 0.33 | 0.69 |
| Hex | CB | 97 | 97 | 0 | 1A | 1A | 14 | 0 | 21 | 45 |
| Octal | 313 | 227 | 227 | 0 | 32 | 32 | 24 | 0 | 41 | 105 |
| Binary | 11001011 | 10010111 | 10010111 | 0 | 11010 | 11010 | 10100 | 0 | 100001 | 1000101 |
Color Harmonies of #CB9797
Complementary color
Monochromatic Colors of #CB9797
Black with #CB9797
Text Example
Text Example
White with #CB9797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9797; }
p { color: rgb(203,151,151); }
H1.HeaderClassName
{
color: #CB9797;
}
.AnyTagClassName
{
color: #CB9797;
}
</style>
background-color css
<style>
a { background-color: #CB9797; }
a { background-color: rgb(203,151,151); }
div.DivClassName
{
background-color: #CB9797;
}
.BgClassName
{
background-color: #CB9797;
}
</style>
border-color css
<style>
span { border-color: #CB9797; }
span { border-color: rgb(203,151,151); }
td.TdClassName
{
border-color: #CB9797;
}
.TagClassName
{
border-color: #CB9797;
}
</style>