Shades of Petite Orchid #CF9191
Tints of Petite Orchid #CF9191
RGB
CMYK
RGB Variations
Color information
#CF9191 (or 0xCF9191) is known color: Petite Orchid. HEX triplet: CF, 91 and 91. RGB value is (207,145,145). Sum of RGB (Red+Green+Blue) = 207+145+145=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 145 (57.03% from 255 or 29.18% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9191 is #306E6E. Grayscale: #A3A3A3. Windows color (decimal): -3173999 or 9540047. OLE color: 9540047.
HSL color Cylindrical-coordinate representation of color #CF9191: hue angle of 0º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9191 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 145 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.19 |
| HSL | 0º | 0.39% | 0.69% | - |
| HSV(B) | 0º | 0.3% | 0.81% | - |
| XYZ | 40.97 | 35.56 | 31.49 | - |
| YUV | 163.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 145 | 0 | 0.30 | 0.30 | 0.19 | 0 | 0.39 | 0.69 |
| Hex | CF | 91 | 91 | 0 | 1E | 1E | 13 | 0 | 27 | 45 |
| Octal | 317 | 221 | 221 | 0 | 36 | 36 | 23 | 0 | 47 | 105 |
| Binary | 11001111 | 10010001 | 10010001 | 0 | 11110 | 11110 | 10011 | 0 | 100111 | 1000101 |
Color Harmonies of #CF9191
Complementary color
Monochromatic Colors of #CF9191
Black with #CF9191
Text Example
Text Example
White with #CF9191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9191; }
p { color: rgb(207,145,145); }
H1.HeaderClassName
{
color: #CF9191;
}
.AnyTagClassName
{
color: #CF9191;
}
</style>
background-color css
<style>
a { background-color: #CF9191; }
a { background-color: rgb(207,145,145); }
div.DivClassName
{
background-color: #CF9191;
}
.BgClassName
{
background-color: #CF9191;
}
</style>
border-color css
<style>
span { border-color: #CF9191; }
span { border-color: rgb(207,145,145); }
td.TdClassName
{
border-color: #CF9191;
}
.TagClassName
{
border-color: #CF9191;
}
</style>