Shades of Petite Orchid #CF918B
Tints of Petite Orchid #CF918B
RGB
CMYK
RGB Variations
Color information
#CF918B (or 0xCF918B) is known color: Petite Orchid. HEX triplet: CF, 91 and 8B. RGB value is (207,145,139). Sum of RGB (Red+Green+Blue) = 207+145+139=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 207 - color contains mainly: red. Hex color #CF918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF918B is #306E74. Grayscale: #A2A2A2. Windows color (decimal): -3174005 or 9146831. OLE color: 9146831.
HSL color Cylindrical-coordinate representation of color #CF918B: hue angle of 5.29º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF918B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 145 | 139 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.19 |
| HSL | 5.29º | 0.41% | 0.68% | - |
| HSV(B) | 5.29º | 0.33% | 0.81% | - |
| XYZ | 40.52 | 35.38 | 29.12 | - |
| YUV | 162.85 | 114.54 | 159.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 145 | 139 | 0 | 0.30 | 0.33 | 0.19 | 5.29 | 0.41 | 0.68 |
| Hex | CF | 91 | 8B | 0 | 1E | 21 | 13 | 5 | 29 | 44 |
| Octal | 317 | 221 | 213 | 0 | 36 | 41 | 23 | 5 | 51 | 104 |
| Binary | 11001111 | 10010001 | 10001011 | 0 | 11110 | 100001 | 10011 | 101 | 101001 | 1000100 |
Color Harmonies of #CF918B
Complementary color
Monochromatic Colors of #CF918B
Black with #CF918B
Text Example
Text Example
White with #CF918B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF918B; }
p { color: rgb(207,145,139); }
H1.HeaderClassName
{
color: #CF918B;
}
.AnyTagClassName
{
color: #CF918B;
}
</style>
background-color css
<style>
a { background-color: #CF918B; }
a { background-color: rgb(207,145,139); }
div.DivClassName
{
background-color: #CF918B;
}
.BgClassName
{
background-color: #CF918B;
}
</style>
border-color css
<style>
span { border-color: #CF918B; }
span { border-color: rgb(207,145,139); }
td.TdClassName
{
border-color: #CF918B;
}
.TagClassName
{
border-color: #CF918B;
}
</style>