Shades of Petite Orchid #CF9892
Tints of Petite Orchid #CF9892
RGB
CMYK
RGB Variations
Color information
#CF9892 (or 0xCF9892) is known color: Petite Orchid. HEX triplet: CF, 98 and 92. RGB value is (207,152,146). Sum of RGB (Red+Green+Blue) = 207+152+146=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9892 is #30676D. Grayscale: #A7A7A7. Windows color (decimal): -3172206 or 9607375. OLE color: 9607375.
HSL color Cylindrical-coordinate representation of color #CF9892: hue angle of 5.9º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9892 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 146 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.19 |
| HSL | 5.9º | 0.39% | 0.69% | - |
| HSV(B) | 5.9º | 0.29% | 0.81% | - |
| XYZ | 42.15 | 37.8 | 32.27 | - |
| YUV | 167.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 146 | 0 | 0.27 | 0.29 | 0.19 | 5.9 | 0.39 | 0.69 |
| Hex | CF | 98 | 92 | 0 | 1B | 1D | 13 | 6 | 27 | 45 |
| Octal | 317 | 230 | 222 | 0 | 33 | 35 | 23 | 6 | 47 | 105 |
| Binary | 11001111 | 10011000 | 10010010 | 0 | 11011 | 11101 | 10011 | 110 | 100111 | 1000101 |
Color Harmonies of #CF9892
Complementary color
Monochromatic Colors of #CF9892
Black with #CF9892
Text Example
Text Example
White with #CF9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9892; }
p { color: rgb(207,152,146); }
H1.HeaderClassName
{
color: #CF9892;
}
.AnyTagClassName
{
color: #CF9892;
}
</style>
background-color css
<style>
a { background-color: #CF9892; }
a { background-color: rgb(207,152,146); }
div.DivClassName
{
background-color: #CF9892;
}
.BgClassName
{
background-color: #CF9892;
}
</style>
border-color css
<style>
span { border-color: #CF9892; }
span { border-color: rgb(207,152,146); }
td.TdClassName
{
border-color: #CF9892;
}
.TagClassName
{
border-color: #CF9892;
}
</style>