Shades of Orchid #CF79C0
Tints of Orchid #CF79C0
RGB
CMYK
RGB Variations
Color information
#CF79C0 (or 0xCF79C0) is known color: Orchid. HEX triplet: CF, 79 and C0. RGB value is (207,121,192). Sum of RGB (Red+Green+Blue) = 207+121+192=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 121 (47.66% from 255 or 23.27% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79C0 is #30863F. Grayscale: #9A9A9A. Windows color (decimal): -3180096 or 12614095. OLE color: 12614095.
HSL color Cylindrical-coordinate representation of color #CF79C0: hue angle of 310.47º degrees, saturation: 0.47, 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 #CF79C0 is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 192 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.19 |
| HSL | 310.47º | 0.47% | 0.64% | - |
| HSV(B) | 310.47º | 0.42% | 0.81% | - |
| XYZ | 42.08 | 30.75 | 53.59 | - |
| YUV | 154.81 | 148.99 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 192 | 0 | 0.42 | 0.07 | 0.19 | 310.47 | 0.47 | 0.64 |
| Hex | CF | 79 | C0 | 0 | 2A | 7 | 13 | 136 | 2F | 40 |
| Octal | 317 | 171 | 300 | 0 | 52 | 7 | 23 | 466 | 57 | 100 |
| Binary | 11001111 | 1111001 | 11000000 | 0 | 101010 | 111 | 10011 | 100110110 | 101111 | 1000000 |
Color Harmonies of #CF79C0
Complementary color
Monochromatic Colors of #CF79C0
Black with #CF79C0
Text Example
Text Example
White with #CF79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79C0; }
p { color: rgb(207,121,192); }
H1.HeaderClassName
{
color: #CF79C0;
}
.AnyTagClassName
{
color: #CF79C0;
}
</style>
background-color css
<style>
a { background-color: #CF79C0; }
a { background-color: rgb(207,121,192); }
div.DivClassName
{
background-color: #CF79C0;
}
.BgClassName
{
background-color: #CF79C0;
}
</style>
border-color css
<style>
span { border-color: #CF79C0; }
span { border-color: rgb(207,121,192); }
td.TdClassName
{
border-color: #CF79C0;
}
.TagClassName
{
border-color: #CF79C0;
}
</style>