Shades of Petite Orchid #CF9790
Tints of Petite Orchid #CF9790
RGB
CMYK
RGB Variations
Color information
#CF9790 (or 0xCF9790) is known color: Petite Orchid. HEX triplet: CF, 97 and 90. RGB value is (207,151,144). Sum of RGB (Red+Green+Blue) = 207+151+144=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9790 is #30686F. Grayscale: #A7A7A7. Windows color (decimal): -3172464 or 9476047. OLE color: 9476047.
HSL color Cylindrical-coordinate representation of color #CF9790: hue angle of 6.67º degrees, saturation: 0.4, 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 #CF9790 is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 144 | - |
| CMYK | 0 | 0.27 | 0.30 | 0.19 |
| HSL | 6.67º | 0.4% | 0.69% | - |
| HSV(B) | 6.67º | 0.3% | 0.81% | - |
| XYZ | 41.83 | 37.41 | 31.4 | - |
| YUV | 166.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 144 | 0 | 0.27 | 0.30 | 0.19 | 6.67 | 0.4 | 0.69 |
| Hex | CF | 97 | 90 | 0 | 1B | 1E | 13 | 7 | 28 | 45 |
| Octal | 317 | 227 | 220 | 0 | 33 | 36 | 23 | 7 | 50 | 105 |
| Binary | 11001111 | 10010111 | 10010000 | 0 | 11011 | 11110 | 10011 | 111 | 101000 | 1000101 |
Color Harmonies of #CF9790
Complementary color
Monochromatic Colors of #CF9790
Black with #CF9790
Text Example
Text Example
White with #CF9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9790; }
p { color: rgb(207,151,144); }
H1.HeaderClassName
{
color: #CF9790;
}
.AnyTagClassName
{
color: #CF9790;
}
</style>
background-color css
<style>
a { background-color: #CF9790; }
a { background-color: rgb(207,151,144); }
div.DivClassName
{
background-color: #CF9790;
}
.BgClassName
{
background-color: #CF9790;
}
</style>
border-color css
<style>
span { border-color: #CF9790; }
span { border-color: rgb(207,151,144); }
td.TdClassName
{
border-color: #CF9790;
}
.TagClassName
{
border-color: #CF9790;
}
</style>