Shades of Orchid #CF79C9
Tints of Orchid #CF79C9
RGB
CMYK
RGB Variations
Color information
#CF79C9 (or 0xCF79C9) is known color: Orchid. HEX triplet: CF, 79 and C9. RGB value is (207,121,201). Sum of RGB (Red+Green+Blue) = 207+121+201=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79C9 is #308636. Grayscale: #9B9B9B. Windows color (decimal): -3180087 or 13203919. OLE color: 13203919.
HSL color Cylindrical-coordinate representation of color #CF79C9: hue angle of 304.19º 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 #CF79C9 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 201 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.19 |
| HSL | 304.19º | 0.47% | 0.64% | - |
| HSV(B) | 304.19º | 0.42% | 0.81% | - |
| XYZ | 43.11 | 31.16 | 59 | - |
| YUV | 155.83 | 153.49 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 201 | 0 | 0.42 | 0.03 | 0.19 | 304.19 | 0.47 | 0.64 |
| Hex | CF | 79 | C9 | 0 | 2A | 3 | 13 | 130 | 2F | 40 |
| Octal | 317 | 171 | 311 | 0 | 52 | 3 | 23 | 460 | 57 | 100 |
| Binary | 11001111 | 1111001 | 11001001 | 0 | 101010 | 11 | 10011 | 100110000 | 101111 | 1000000 |
Color Harmonies of #CF79C9
Complementary color
Monochromatic Colors of #CF79C9
Black with #CF79C9
Text Example
Text Example
White with #CF79C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79C9; }
p { color: rgb(207,121,201); }
H1.HeaderClassName
{
color: #CF79C9;
}
.AnyTagClassName
{
color: #CF79C9;
}
</style>
background-color css
<style>
a { background-color: #CF79C9; }
a { background-color: rgb(207,121,201); }
div.DivClassName
{
background-color: #CF79C9;
}
.BgClassName
{
background-color: #CF79C9;
}
</style>
border-color css
<style>
span { border-color: #CF79C9; }
span { border-color: rgb(207,121,201); }
td.TdClassName
{
border-color: #CF79C9;
}
.TagClassName
{
border-color: #CF79C9;
}
</style>