Shades of Orchid #CF79B7
Tints of Orchid #CF79B7
RGB
CMYK
RGB Variations
Color information
#CF79B7 (or 0xCF79B7) is known color: Orchid. HEX triplet: CF, 79 and B7. RGB value is (207,121,183). Sum of RGB (Red+Green+Blue) = 207+121+183=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79B7 is #308648. Grayscale: #999999. Windows color (decimal): -3180105 or 12024271. OLE color: 12024271.
HSL color Cylindrical-coordinate representation of color #CF79B7: hue angle of 316.74º 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 #CF79B7 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 183 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.19 |
| HSL | 316.74º | 0.47% | 0.64% | - |
| HSV(B) | 316.74º | 0.42% | 0.81% | - |
| XYZ | 41.12 | 30.36 | 48.49 | - |
| YUV | 153.78 | 144.49 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 183 | 0 | 0.42 | 0.12 | 0.19 | 316.74 | 0.47 | 0.64 |
| Hex | CF | 79 | B7 | 0 | 2A | C | 13 | 13D | 2F | 40 |
| Octal | 317 | 171 | 267 | 0 | 52 | 14 | 23 | 475 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10110111 | 0 | 101010 | 1100 | 10011 | 100111101 | 101111 | 1000000 |
Color Harmonies of #CF79B7
Complementary color
Monochromatic Colors of #CF79B7
Black with #CF79B7
Text Example
Text Example
White with #CF79B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79B7; }
p { color: rgb(207,121,183); }
H1.HeaderClassName
{
color: #CF79B7;
}
.AnyTagClassName
{
color: #CF79B7;
}
</style>
background-color css
<style>
a { background-color: #CF79B7; }
a { background-color: rgb(207,121,183); }
div.DivClassName
{
background-color: #CF79B7;
}
.BgClassName
{
background-color: #CF79B7;
}
</style>
border-color css
<style>
span { border-color: #CF79B7; }
span { border-color: rgb(207,121,183); }
td.TdClassName
{
border-color: #CF79B7;
}
.TagClassName
{
border-color: #CF79B7;
}
</style>