Shades of Orchid #CF79DF
Tints of Orchid #CF79DF
RGB
CMYK
RGB Variations
Color information
#CF79DF (or 0xCF79DF) is known color: Orchid. HEX triplet: CF, 79 and DF. RGB value is (207,121,223). Sum of RGB (Red+Green+Blue) = 207+121+223=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79DF is #308620. Grayscale: #9E9E9E. Windows color (decimal): -3180065 or 14645711. OLE color: 14645711.
HSL color Cylindrical-coordinate representation of color #CF79DF: hue angle of 290.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF79DF is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 121 | 223 | - |
| CMYK | 0.07 | 0.46 | 0 | 0.13 |
| HSL | 290.59º | 0.61% | 0.67% | - |
| HSV(B) | 290.59º | 0.46% | 0.87% | - |
| XYZ | 45.89 | 32.27 | 73.62 | - |
| YUV | 158.34 | 164.49 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 223 | 0.07 | 0.46 | 0 | 0.13 | 290.59 | 0.61 | 0.67 |
| Hex | CF | 79 | DF | 7 | 2E | 0 | D | 123 | 3D | 43 |
| Octal | 317 | 171 | 337 | 7 | 56 | 0 | 15 | 443 | 75 | 103 |
| Binary | 11001111 | 1111001 | 11011111 | 111 | 101110 | 0 | 1101 | 100100011 | 111101 | 1000011 |
Color Harmonies of #CF79DF
Complementary color
Monochromatic Colors of #CF79DF
Black with #CF79DF
Text Example
Text Example
White with #CF79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79DF; }
p { color: rgb(207,121,223); }
H1.HeaderClassName
{
color: #CF79DF;
}
.AnyTagClassName
{
color: #CF79DF;
}
</style>
background-color css
<style>
a { background-color: #CF79DF; }
a { background-color: rgb(207,121,223); }
div.DivClassName
{
background-color: #CF79DF;
}
.BgClassName
{
background-color: #CF79DF;
}
</style>
border-color css
<style>
span { border-color: #CF79DF; }
span { border-color: rgb(207,121,223); }
td.TdClassName
{
border-color: #CF79DF;
}
.TagClassName
{
border-color: #CF79DF;
}
</style>