Shades of Petite Orchid #CF9998
Tints of Petite Orchid #CF9998
RGB
CMYK
RGB Variations
Color information
#CF9998 (or 0xCF9998) is known color: Petite Orchid. HEX triplet: CF, 99 and 98. RGB value is (207,153,152). Sum of RGB (Red+Green+Blue) = 207+153+152=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9998 is #306667. Grayscale: #A9A9A9. Windows color (decimal): -3171944 or 10000847. OLE color: 10000847.
HSL color Cylindrical-coordinate representation of color #CF9998: hue angle of 1.09º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CF9998 is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 152 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.19 |
| HSL | 1.09º | 0.36% | 0.7% | - |
| HSV(B) | 1.09º | 0.27% | 0.81% | - |
| XYZ | 42.79 | 38.31 | 34.85 | - |
| YUV | 169.03 | 118.39 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 152 | 0 | 0.26 | 0.27 | 0.19 | 1.09 | 0.36 | 0.7 |
| Hex | CF | 99 | 98 | 0 | 1A | 1B | 13 | 1 | 24 | 46 |
| Octal | 317 | 231 | 230 | 0 | 32 | 33 | 23 | 1 | 44 | 106 |
| Binary | 11001111 | 10011001 | 10011000 | 0 | 11010 | 11011 | 10011 | 1 | 100100 | 1000110 |
Color Harmonies of #CF9998
Complementary color
Monochromatic Colors of #CF9998
Black with #CF9998
Text Example
Text Example
White with #CF9998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9998; }
p { color: rgb(207,153,152); }
H1.HeaderClassName
{
color: #CF9998;
}
.AnyTagClassName
{
color: #CF9998;
}
</style>
background-color css
<style>
a { background-color: #CF9998; }
a { background-color: rgb(207,153,152); }
div.DivClassName
{
background-color: #CF9998;
}
.BgClassName
{
background-color: #CF9998;
}
</style>
border-color css
<style>
span { border-color: #CF9998; }
span { border-color: rgb(207,153,152); }
td.TdClassName
{
border-color: #CF9998;
}
.TagClassName
{
border-color: #CF9998;
}
</style>