Shades of Petite Orchid #CF9996
Tints of Petite Orchid #CF9996
RGB
CMYK
RGB Variations
Color information
#CF9996 (or 0xCF9996) is known color: Petite Orchid. HEX triplet: CF, 99 and 96. RGB value is (207,153,150). Sum of RGB (Red+Green+Blue) = 207+153+150=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 150 (58.98% from 255 or 29.41% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9996 is #306669. Grayscale: #A8A8A8. Windows color (decimal): -3171946 or 9869775. OLE color: 9869775.
HSL color Cylindrical-coordinate representation of color #CF9996: hue angle of 3.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CF9996 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 150 | - |
| CMYK | 0 | 0.26 | 0.28 | 0.19 |
| HSL | 3.16º | 0.37% | 0.7% | - |
| HSV(B) | 3.16º | 0.28% | 0.81% | - |
| XYZ | 42.63 | 38.25 | 33.99 | - |
| YUV | 168.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 150 | 0 | 0.26 | 0.28 | 0.19 | 3.16 | 0.37 | 0.7 |
| Hex | CF | 99 | 96 | 0 | 1A | 1C | 13 | 3 | 25 | 46 |
| Octal | 317 | 231 | 226 | 0 | 32 | 34 | 23 | 3 | 45 | 106 |
| Binary | 11001111 | 10011001 | 10010110 | 0 | 11010 | 11100 | 10011 | 11 | 100101 | 1000110 |
Color Harmonies of #CF9996
Complementary color
Monochromatic Colors of #CF9996
Black with #CF9996
Text Example
Text Example
White with #CF9996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9996; }
p { color: rgb(207,153,150); }
H1.HeaderClassName
{
color: #CF9996;
}
.AnyTagClassName
{
color: #CF9996;
}
</style>
background-color css
<style>
a { background-color: #CF9996; }
a { background-color: rgb(207,153,150); }
div.DivClassName
{
background-color: #CF9996;
}
.BgClassName
{
background-color: #CF9996;
}
</style>
border-color css
<style>
span { border-color: #CF9996; }
span { border-color: rgb(207,153,150); }
td.TdClassName
{
border-color: #CF9996;
}
.TagClassName
{
border-color: #CF9996;
}
</style>