Shades of Orchid #CF78BC
Tints of Orchid #CF78BC
RGB
CMYK
RGB Variations
Color information
#CF78BC (or 0xCF78BC) is known color: Orchid. HEX triplet: CF, 78 and BC. RGB value is (207,120,188). Sum of RGB (Red+Green+Blue) = 207+120+188=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 120 (47.27% from 255 or 23.30% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78BC is #308743. Grayscale: #999999. Windows color (decimal): -3180356 or 12351695. OLE color: 12351695.
HSL color Cylindrical-coordinate representation of color #CF78BC: hue angle of 313.1º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF78BC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 188 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.19 |
| HSL | 313.1º | 0.48% | 0.64% | - |
| HSV(B) | 313.1º | 0.42% | 0.81% | - |
| XYZ | 41.53 | 30.33 | 51.24 | - |
| YUV | 153.77 | 147.32 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 188 | 0 | 0.42 | 0.09 | 0.19 | 313.1 | 0.48 | 0.64 |
| Hex | CF | 78 | BC | 0 | 2A | 9 | 13 | 139 | 30 | 40 |
| Octal | 317 | 170 | 274 | 0 | 52 | 11 | 23 | 471 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10111100 | 0 | 101010 | 1001 | 10011 | 100111001 | 110000 | 1000000 |
Color Harmonies of #CF78BC
Complementary color
Monochromatic Colors of #CF78BC
Black with #CF78BC
Text Example
Text Example
White with #CF78BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78BC; }
p { color: rgb(207,120,188); }
H1.HeaderClassName
{
color: #CF78BC;
}
.AnyTagClassName
{
color: #CF78BC;
}
</style>
background-color css
<style>
a { background-color: #CF78BC; }
a { background-color: rgb(207,120,188); }
div.DivClassName
{
background-color: #CF78BC;
}
.BgClassName
{
background-color: #CF78BC;
}
</style>
border-color css
<style>
span { border-color: #CF78BC; }
span { border-color: rgb(207,120,188); }
td.TdClassName
{
border-color: #CF78BC;
}
.TagClassName
{
border-color: #CF78BC;
}
</style>