Shades of Orchid #CF79E6
Tints of Orchid #CF79E6
RGB
CMYK
RGB Variations
Color information
#CF79E6 (or 0xCF79E6) is known color: Orchid. HEX triplet: CF, 79 and E6. RGB value is (207,121,230). Sum of RGB (Red+Green+Blue) = 207+121+230=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF79E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF79E6 is #308619. Grayscale: #9E9E9E. Windows color (decimal): -3180058 or 15104463. OLE color: 15104463.
HSL color Cylindrical-coordinate representation of color #CF79E6: hue angle of 287.34º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF79E6 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 121 | 230 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.10 |
| HSL | 287.34º | 0.69% | 0.69% | - |
| HSV(B) | 287.34º | 0.47% | 0.9% | - |
| XYZ | 46.85 | 32.65 | 78.7 | - |
| YUV | 159.14 | 167.99 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 230 | 0.10 | 0.47 | 0 | 0.10 | 287.34 | 0.69 | 0.69 |
| Hex | CF | 79 | E6 | A | 2F | 0 | A | 11F | 45 | 45 |
| Octal | 317 | 171 | 346 | 12 | 57 | 0 | 12 | 437 | 105 | 105 |
| Binary | 11001111 | 1111001 | 11100110 | 1010 | 101111 | 0 | 1010 | 100011111 | 1000101 | 1000101 |
Color Harmonies of #CF79E6
Complementary color
Monochromatic Colors of #CF79E6
Black with #CF79E6
Text Example
Text Example
White with #CF79E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79E6; }
p { color: rgb(207,121,230); }
H1.HeaderClassName
{
color: #CF79E6;
}
.AnyTagClassName
{
color: #CF79E6;
}
</style>
background-color css
<style>
a { background-color: #CF79E6; }
a { background-color: rgb(207,121,230); }
div.DivClassName
{
background-color: #CF79E6;
}
.BgClassName
{
background-color: #CF79E6;
}
</style>
border-color css
<style>
span { border-color: #CF79E6; }
span { border-color: rgb(207,121,230); }
td.TdClassName
{
border-color: #CF79E6;
}
.TagClassName
{
border-color: #CF79E6;
}
</style>