Shades of Petite Orchid #CF918D
Tints of Petite Orchid #CF918D
RGB
CMYK
RGB Variations
Color information
#CF918D (or 0xCF918D) is known color: Petite Orchid. HEX triplet: CF, 91 and 8D. RGB value is (207,145,141). Sum of RGB (Red+Green+Blue) = 207+145+141=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF918D is #306E72. Grayscale: #A3A3A3. Windows color (decimal): -3174003 or 9277903. OLE color: 9277903.
HSL color Cylindrical-coordinate representation of color #CF918D: hue angle of 3.64º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF918D is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 141 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.19 |
| HSL | 3.64º | 0.41% | 0.68% | - |
| HSV(B) | 3.64º | 0.32% | 0.81% | - |
| XYZ | 40.67 | 35.44 | 29.9 | - |
| YUV | 163.08 | 115.54 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 141 | 0 | 0.30 | 0.32 | 0.19 | 3.64 | 0.41 | 0.68 |
| Hex | CF | 91 | 8D | 0 | 1E | 20 | 13 | 4 | 29 | 44 |
| Octal | 317 | 221 | 215 | 0 | 36 | 40 | 23 | 4 | 51 | 104 |
| Binary | 11001111 | 10010001 | 10001101 | 0 | 11110 | 100000 | 10011 | 100 | 101001 | 1000100 |
Color Harmonies of #CF918D
Complementary color
Monochromatic Colors of #CF918D
Black with #CF918D
Text Example
Text Example
White with #CF918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF918D; }
p { color: rgb(207,145,141); }
H1.HeaderClassName
{
color: #CF918D;
}
.AnyTagClassName
{
color: #CF918D;
}
</style>
background-color css
<style>
a { background-color: #CF918D; }
a { background-color: rgb(207,145,141); }
div.DivClassName
{
background-color: #CF918D;
}
.BgClassName
{
background-color: #CF918D;
}
</style>
border-color css
<style>
span { border-color: #CF918D; }
span { border-color: rgb(207,145,141); }
td.TdClassName
{
border-color: #CF918D;
}
.TagClassName
{
border-color: #CF918D;
}
</style>