Shades of Petite Orchid #CF9999
Tints of Petite Orchid #CF9999
RGB
CMYK
RGB Variations
Color information
#CF9999 (or 0xCF9999) is known color: Petite Orchid. HEX triplet: CF, 99 and 99. RGB value is (207,153,153). Sum of RGB (Red+Green+Blue) = 207+153+153=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 153 (60.16% from 255 or 29.82% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9999 is #306666. Grayscale: #A9A9A9. Windows color (decimal): -3171943 or 10066383. OLE color: 10066383.
HSL color Cylindrical-coordinate representation of color #CF9999: hue angle of 0º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9999 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 153 | 153 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.19 |
| HSL | 0º | 0.36% | 0.71% | - |
| HSV(B) | 0º | 0.26% | 0.81% | - |
| XYZ | 42.87 | 38.35 | 35.28 | - |
| YUV | 169.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 153 | 153 | 0 | 0.26 | 0.26 | 0.19 | 0 | 0.36 | 0.71 |
| Hex | CF | 99 | 99 | 0 | 1A | 1A | 13 | 0 | 24 | 47 |
| Octal | 317 | 231 | 231 | 0 | 32 | 32 | 23 | 0 | 44 | 107 |
| Binary | 11001111 | 10011001 | 10011001 | 0 | 11010 | 11010 | 10011 | 0 | 100100 | 1000111 |
Color Harmonies of #CF9999
Complementary color
Monochromatic Colors of #CF9999
Black with #CF9999
Text Example
Text Example
White with #CF9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9999; }
p { color: rgb(207,153,153); }
H1.HeaderClassName
{
color: #CF9999;
}
.AnyTagClassName
{
color: #CF9999;
}
</style>
background-color css
<style>
a { background-color: #CF9999; }
a { background-color: rgb(207,153,153); }
div.DivClassName
{
background-color: #CF9999;
}
.BgClassName
{
background-color: #CF9999;
}
</style>
border-color css
<style>
span { border-color: #CF9999; }
span { border-color: rgb(207,153,153); }
td.TdClassName
{
border-color: #CF9999;
}
.TagClassName
{
border-color: #CF9999;
}
</style>