Shades of Orchid #CF79D1
Tints of Orchid #CF79D1
RGB
CMYK
RGB Variations
Color information
#CF79D1 (or 0xCF79D1) is known color: Orchid. HEX triplet: CF, 79 and D1. RGB value is (207,121,209). Sum of RGB (Red+Green+Blue) = 207+121+209=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 209 (82.03% from 255 or 38.92% from 537); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79D1 is #30862E. Grayscale: #9C9C9C. Windows color (decimal): -3180079 or 13728207. OLE color: 13728207.
HSL color Cylindrical-coordinate representation of color #CF79D1: hue angle of 298.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79D1 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 121 | 209 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.18 |
| HSL | 298.64º | 0.49% | 0.65% | - |
| HSV(B) | 298.64º | 0.42% | 0.82% | - |
| XYZ | 44.08 | 31.54 | 64.09 | - |
| YUV | 156.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 209 | 0.01 | 0.42 | 0 | 0.18 | 298.64 | 0.49 | 0.65 |
| Hex | CF | 79 | D1 | 1 | 2A | 0 | 12 | 12B | 31 | 41 |
| Octal | 317 | 171 | 321 | 1 | 52 | 0 | 22 | 453 | 61 | 101 |
| Binary | 11001111 | 1111001 | 11010001 | 1 | 101010 | 0 | 10010 | 100101011 | 110001 | 1000001 |
Color Harmonies of #CF79D1
Complementary color
Monochromatic Colors of #CF79D1
Black with #CF79D1
Text Example
Text Example
White with #CF79D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79D1; }
p { color: rgb(207,121,209); }
H1.HeaderClassName
{
color: #CF79D1;
}
.AnyTagClassName
{
color: #CF79D1;
}
</style>
background-color css
<style>
a { background-color: #CF79D1; }
a { background-color: rgb(207,121,209); }
div.DivClassName
{
background-color: #CF79D1;
}
.BgClassName
{
background-color: #CF79D1;
}
</style>
border-color css
<style>
span { border-color: #CF79D1; }
span { border-color: rgb(207,121,209); }
td.TdClassName
{
border-color: #CF79D1;
}
.TagClassName
{
border-color: #CF79D1;
}
</style>