Shades of Orchid #CF78BF
Tints of Orchid #CF78BF
RGB
CMYK
RGB Variations
Color information
#CF78BF (or 0xCF78BF) is known color: Orchid. HEX triplet: CF, 78 and BF. RGB value is (207,120,191). Sum of RGB (Red+Green+Blue) = 207+120+191=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78BF is #308740. Grayscale: #999999. Windows color (decimal): -3180353 or 12548303. OLE color: 12548303.
HSL color Cylindrical-coordinate representation of color #CF78BF: hue angle of 311.03º 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 #CF78BF is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 191 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.19 |
| HSL | 311.03º | 0.48% | 0.64% | - |
| HSV(B) | 311.03º | 0.42% | 0.81% | - |
| XYZ | 41.85 | 30.46 | 52.96 | - |
| YUV | 154.11 | 148.82 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 191 | 0 | 0.42 | 0.08 | 0.19 | 311.03 | 0.48 | 0.64 |
| Hex | CF | 78 | BF | 0 | 2A | 8 | 13 | 137 | 30 | 40 |
| Octal | 317 | 170 | 277 | 0 | 52 | 10 | 23 | 467 | 60 | 100 |
| Binary | 11001111 | 1111000 | 10111111 | 0 | 101010 | 1000 | 10011 | 100110111 | 110000 | 1000000 |
Color Harmonies of #CF78BF
Complementary color
Monochromatic Colors of #CF78BF
Black with #CF78BF
Text Example
Text Example
White with #CF78BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78BF; }
p { color: rgb(207,120,191); }
H1.HeaderClassName
{
color: #CF78BF;
}
.AnyTagClassName
{
color: #CF78BF;
}
</style>
background-color css
<style>
a { background-color: #CF78BF; }
a { background-color: rgb(207,120,191); }
div.DivClassName
{
background-color: #CF78BF;
}
.BgClassName
{
background-color: #CF78BF;
}
</style>
border-color css
<style>
span { border-color: #CF78BF; }
span { border-color: rgb(207,120,191); }
td.TdClassName
{
border-color: #CF78BF;
}
.TagClassName
{
border-color: #CF78BF;
}
</style>