Shades of Orchid #CF78B9
Tints of Orchid #CF78B9
RGB
CMYK
RGB Variations
Color information
#CF78B9 (or 0xCF78B9) is known color: Orchid. HEX triplet: CF, 78 and B9. RGB value is (207,120,185). Sum of RGB (Red+Green+Blue) = 207+120+185=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 120 (47.27% from 255 or 23.44% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78B9 is #308746. Grayscale: #999999. Windows color (decimal): -3180359 or 12155087. OLE color: 12155087.
HSL color Cylindrical-coordinate representation of color #CF78B9: hue angle of 315.17º 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 #CF78B9 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 185 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.19 |
| HSL | 315.17º | 0.48% | 0.64% | - |
| HSV(B) | 315.17º | 0.42% | 0.81% | - |
| XYZ | 41.21 | 30.2 | 49.56 | - |
| YUV | 153.42 | 145.82 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 185 | 0 | 0.42 | 0.11 | 0.19 | 315.17 | 0.48 | 0.64 |
| Hex | CF | 78 | B9 | 0 | 2A | B | 13 | 13B | 30 | 40 |
| Octal | 317 | 170 | 271 | 0 | 52 | 13 | 23 | 473 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10111001 | 0 | 101010 | 1011 | 10011 | 100111011 | 110000 | 1000000 |
Color Harmonies of #CF78B9
Complementary color
Monochromatic Colors of #CF78B9
Black with #CF78B9
Text Example
Text Example
White with #CF78B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78B9; }
p { color: rgb(207,120,185); }
H1.HeaderClassName
{
color: #CF78B9;
}
.AnyTagClassName
{
color: #CF78B9;
}
</style>
background-color css
<style>
a { background-color: #CF78B9; }
a { background-color: rgb(207,120,185); }
div.DivClassName
{
background-color: #CF78B9;
}
.BgClassName
{
background-color: #CF78B9;
}
</style>
border-color css
<style>
span { border-color: #CF78B9; }
span { border-color: rgb(207,120,185); }
td.TdClassName
{
border-color: #CF78B9;
}
.TagClassName
{
border-color: #CF78B9;
}
</style>