Shades of Orchid #CF79C2
Tints of Orchid #CF79C2
RGB
CMYK
RGB Variations
Color information
#CF79C2 (or 0xCF79C2) is known color: Orchid. HEX triplet: CF, 79 and C2. RGB value is (207,121,194). Sum of RGB (Red+Green+Blue) = 207+121+194=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 121 (47.66% from 255 or 23.18% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79C2 is #30863D. Grayscale: #9A9A9A. Windows color (decimal): -3180094 or 12745167. OLE color: 12745167.
HSL color Cylindrical-coordinate representation of color #CF79C2: hue angle of 309.07º 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 #CF79C2 is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 194 | - |
| CMYK | 0 | 0.42 | 0.06 | 0.19 |
| HSL | 309.07º | 0.47% | 0.64% | - |
| HSV(B) | 309.07º | 0.42% | 0.81% | - |
| XYZ | 42.31 | 30.84 | 54.76 | - |
| YUV | 155.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 194 | 0 | 0.42 | 0.06 | 0.19 | 309.07 | 0.47 | 0.64 |
| Hex | CF | 79 | C2 | 0 | 2A | 6 | 13 | 135 | 2F | 40 |
| Octal | 317 | 171 | 302 | 0 | 52 | 6 | 23 | 465 | 57 | 100 |
| Binary | 11001111 | 1111001 | 11000010 | 0 | 101010 | 110 | 10011 | 100110101 | 101111 | 1000000 |
Color Harmonies of #CF79C2
Complementary color
Monochromatic Colors of #CF79C2
Black with #CF79C2
Text Example
Text Example
White with #CF79C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79C2; }
p { color: rgb(207,121,194); }
H1.HeaderClassName
{
color: #CF79C2;
}
.AnyTagClassName
{
color: #CF79C2;
}
</style>
background-color css
<style>
a { background-color: #CF79C2; }
a { background-color: rgb(207,121,194); }
div.DivClassName
{
background-color: #CF79C2;
}
.BgClassName
{
background-color: #CF79C2;
}
</style>
border-color css
<style>
span { border-color: #CF79C2; }
span { border-color: rgb(207,121,194); }
td.TdClassName
{
border-color: #CF79C2;
}
.TagClassName
{
border-color: #CF79C2;
}
</style>