Shades of Petite Orchid #CF9694
Tints of Petite Orchid #CF9694
RGB
CMYK
RGB Variations
Color information
#CF9694 (or 0xCF9694) is known color: Petite Orchid. HEX triplet: CF, 96 and 94. RGB value is (207,150,148). Sum of RGB (Red+Green+Blue) = 207+150+148=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9694 is #30696B. Grayscale: #A6A6A6. Windows color (decimal): -3172716 or 9737935. OLE color: 9737935.
HSL color Cylindrical-coordinate representation of color #CF9694: hue angle of 2.03º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9694 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 150 | 148 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.19 |
| HSL | 2.03º | 0.38% | 0.7% | - |
| HSV(B) | 2.03º | 0.29% | 0.81% | - |
| XYZ | 41.98 | 37.22 | 32.99 | - |
| YUV | 166.82 | 117.38 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 150 | 148 | 0 | 0.28 | 0.29 | 0.19 | 2.03 | 0.38 | 0.7 |
| Hex | CF | 96 | 94 | 0 | 1C | 1D | 13 | 2 | 26 | 46 |
| Octal | 317 | 226 | 224 | 0 | 34 | 35 | 23 | 2 | 46 | 106 |
| Binary | 11001111 | 10010110 | 10010100 | 0 | 11100 | 11101 | 10011 | 10 | 100110 | 1000110 |
Color Harmonies of #CF9694
Complementary color
Monochromatic Colors of #CF9694
Black with #CF9694
Text Example
Text Example
White with #CF9694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9694; }
p { color: rgb(207,150,148); }
H1.HeaderClassName
{
color: #CF9694;
}
.AnyTagClassName
{
color: #CF9694;
}
</style>
background-color css
<style>
a { background-color: #CF9694; }
a { background-color: rgb(207,150,148); }
div.DivClassName
{
background-color: #CF9694;
}
.BgClassName
{
background-color: #CF9694;
}
</style>
border-color css
<style>
span { border-color: #CF9694; }
span { border-color: rgb(207,150,148); }
td.TdClassName
{
border-color: #CF9694;
}
.TagClassName
{
border-color: #CF9694;
}
</style>