Shades of Petite Orchid #CB9893
Tints of Petite Orchid #CB9893
RGB
CMYK
RGB Variations
Color information
#CB9893 (or 0xCB9893) is known color: Petite Orchid. HEX triplet: CB, 98 and 93. RGB value is (203,152,147). Sum of RGB (Red+Green+Blue) = 203+152+147=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 147 (57.81% from 255 or 29.28% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9893 is #34676C. Grayscale: #A6A6A6. Windows color (decimal): -3434349 or 9672907. OLE color: 9672907.
HSL color Cylindrical-coordinate representation of color #CB9893: hue angle of 5.36º 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 #CB9893 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 152 | 147 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.20 |
| HSL | 5.36º | 0.35% | 0.69% | - |
| HSV(B) | 5.36º | 0.28% | 0.8% | - |
| XYZ | 41.12 | 37.26 | 32.63 | - |
| YUV | 166.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 152 | 147 | 0 | 0.25 | 0.28 | 0.20 | 5.36 | 0.35 | 0.69 |
| Hex | CB | 98 | 93 | 0 | 19 | 1C | 14 | 5 | 23 | 45 |
| Octal | 313 | 230 | 223 | 0 | 31 | 34 | 24 | 5 | 43 | 105 |
| Binary | 11001011 | 10011000 | 10010011 | 0 | 11001 | 11100 | 10100 | 101 | 100011 | 1000101 |
Color Harmonies of #CB9893
Complementary color
Monochromatic Colors of #CB9893
Black with #CB9893
Text Example
Text Example
White with #CB9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB9893; }
p { color: rgb(203,152,147); }
H1.HeaderClassName
{
color: #CB9893;
}
.AnyTagClassName
{
color: #CB9893;
}
</style>
background-color css
<style>
a { background-color: #CB9893; }
a { background-color: rgb(203,152,147); }
div.DivClassName
{
background-color: #CB9893;
}
.BgClassName
{
background-color: #CB9893;
}
</style>
border-color css
<style>
span { border-color: #CB9893; }
span { border-color: rgb(203,152,147); }
td.TdClassName
{
border-color: #CB9893;
}
.TagClassName
{
border-color: #CB9893;
}
</style>