Shades of Orchid #CF78C1
Tints of Orchid #CF78C1
RGB
CMYK
RGB Variations
Color information
#CF78C1 (or 0xCF78C1) is known color: Orchid. HEX triplet: CF, 78 and C1. RGB value is (207,120,193). Sum of RGB (Red+Green+Blue) = 207+120+193=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF78C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF78C1 is #30873E. Grayscale: #9A9A9A. Windows color (decimal): -3180351 or 12679375. OLE color: 12679375.
HSL color Cylindrical-coordinate representation of color #CF78C1: hue angle of 309.66º 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 #CF78C1 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 193 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.19 |
| HSL | 309.66º | 0.48% | 0.64% | - |
| HSV(B) | 309.66º | 0.42% | 0.81% | - |
| XYZ | 42.07 | 30.55 | 54.13 | - |
| YUV | 154.34 | 149.82 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 193 | 0 | 0.42 | 0.07 | 0.19 | 309.66 | 0.48 | 0.64 |
| Hex | CF | 78 | C1 | 0 | 2A | 7 | 13 | 136 | 30 | 40 |
| Octal | 317 | 170 | 301 | 0 | 52 | 7 | 23 | 466 | 60 | 100 |
| Binary | 11001111 | 1111000 | 11000001 | 0 | 101010 | 111 | 10011 | 100110110 | 110000 | 1000000 |
Color Harmonies of #CF78C1
Complementary color
Monochromatic Colors of #CF78C1
Black with #CF78C1
Text Example
Text Example
White with #CF78C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF78C1; }
p { color: rgb(207,120,193); }
H1.HeaderClassName
{
color: #CF78C1;
}
.AnyTagClassName
{
color: #CF78C1;
}
</style>
background-color css
<style>
a { background-color: #CF78C1; }
a { background-color: rgb(207,120,193); }
div.DivClassName
{
background-color: #CF78C1;
}
.BgClassName
{
background-color: #CF78C1;
}
</style>
border-color css
<style>
span { border-color: #CF78C1; }
span { border-color: rgb(207,120,193); }
td.TdClassName
{
border-color: #CF78C1;
}
.TagClassName
{
border-color: #CF78C1;
}
</style>