Shades of Petite Orchid #CF9893
Tints of Petite Orchid #CF9893
RGB
CMYK
RGB Variations
Color information
#CF9893 (or 0xCF9893) is known color: Petite Orchid. HEX triplet: CF, 98 and 93. RGB value is (207,152,147). Sum of RGB (Red+Green+Blue) = 207+152+147=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9893 is #30676C. Grayscale: #A7A7A7. Windows color (decimal): -3172205 or 9672911. OLE color: 9672911.
HSL color Cylindrical-coordinate representation of color #CF9893: hue angle of 5º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9893 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 152 | 147 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.19 |
| HSL | 5º | 0.38% | 0.69% | - |
| HSV(B) | 5º | 0.29% | 0.81% | - |
| XYZ | 42.23 | 37.83 | 32.68 | - |
| YUV | 167.88 | 116.22 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 152 | 147 | 0 | 0.27 | 0.29 | 0.19 | 5 | 0.38 | 0.69 |
| Hex | CF | 98 | 93 | 0 | 1B | 1D | 13 | 5 | 26 | 45 |
| Octal | 317 | 230 | 223 | 0 | 33 | 35 | 23 | 5 | 46 | 105 |
| Binary | 11001111 | 10011000 | 10010011 | 0 | 11011 | 11101 | 10011 | 101 | 100110 | 1000101 |
Color Harmonies of #CF9893
Complementary color
Monochromatic Colors of #CF9893
Black with #CF9893
Text Example
Text Example
White with #CF9893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9893; }
p { color: rgb(207,152,147); }
H1.HeaderClassName
{
color: #CF9893;
}
.AnyTagClassName
{
color: #CF9893;
}
</style>
background-color css
<style>
a { background-color: #CF9893; }
a { background-color: rgb(207,152,147); }
div.DivClassName
{
background-color: #CF9893;
}
.BgClassName
{
background-color: #CF9893;
}
</style>
border-color css
<style>
span { border-color: #CF9893; }
span { border-color: rgb(207,152,147); }
td.TdClassName
{
border-color: #CF9893;
}
.TagClassName
{
border-color: #CF9893;
}
</style>