Shades of Orchid #CF79CC
Tints of Orchid #CF79CC
RGB
CMYK
RGB Variations
Color information
#CF79CC (or 0xCF79CC) is known color: Orchid. HEX triplet: CF, 79 and CC. RGB value is (207,121,204). Sum of RGB (Red+Green+Blue) = 207+121+204=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79CC is #308633. Grayscale: #9B9B9B. Windows color (decimal): -3180084 or 13400527. OLE color: 13400527.
HSL color Cylindrical-coordinate representation of color #CF79CC: hue angle of 302.09º 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 #CF79CC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 204 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.19 |
| HSL | 302.09º | 0.47% | 0.64% | - |
| HSV(B) | 302.09º | 0.42% | 0.81% | - |
| XYZ | 43.47 | 31.3 | 60.88 | - |
| YUV | 156.18 | 154.99 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 204 | 0 | 0.42 | 0.01 | 0.19 | 302.09 | 0.47 | 0.64 |
| Hex | CF | 79 | CC | 0 | 2A | 1 | 13 | 12E | 2F | 40 |
| Octal | 317 | 171 | 314 | 0 | 52 | 1 | 23 | 456 | 57 | 100 |
| Binary | 11001111 | 1111001 | 11001100 | 0 | 101010 | 1 | 10011 | 100101110 | 101111 | 1000000 |
Color Harmonies of #CF79CC
Complementary color
Monochromatic Colors of #CF79CC
Black with #CF79CC
Text Example
Text Example
White with #CF79CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79CC; }
p { color: rgb(207,121,204); }
H1.HeaderClassName
{
color: #CF79CC;
}
.AnyTagClassName
{
color: #CF79CC;
}
</style>
background-color css
<style>
a { background-color: #CF79CC; }
a { background-color: rgb(207,121,204); }
div.DivClassName
{
background-color: #CF79CC;
}
.BgClassName
{
background-color: #CF79CC;
}
</style>
border-color css
<style>
span { border-color: #CF79CC; }
span { border-color: rgb(207,121,204); }
td.TdClassName
{
border-color: #CF79CC;
}
.TagClassName
{
border-color: #CF79CC;
}
</style>