Shades of Orchid #CF79BC
Tints of Orchid #CF79BC
RGB
CMYK
RGB Variations
Color information
#CF79BC (or 0xCF79BC) is known color: Orchid. HEX triplet: CF, 79 and BC. RGB value is (207,121,188). Sum of RGB (Red+Green+Blue) = 207+121+188=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79BC is #308643. Grayscale: #9A9A9A. Windows color (decimal): -3180100 or 12351951. OLE color: 12351951.
HSL color Cylindrical-coordinate representation of color #CF79BC: hue angle of 313.26º 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 #CF79BC is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 188 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.19 |
| HSL | 313.26º | 0.47% | 0.64% | - |
| HSV(B) | 313.26º | 0.42% | 0.81% | - |
| XYZ | 41.65 | 30.57 | 51.28 | - |
| YUV | 154.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 188 | 0 | 0.42 | 0.09 | 0.19 | 313.26 | 0.47 | 0.64 |
| Hex | CF | 79 | BC | 0 | 2A | 9 | 13 | 139 | 2F | 40 |
| Octal | 317 | 171 | 274 | 0 | 52 | 11 | 23 | 471 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10111100 | 0 | 101010 | 1001 | 10011 | 100111001 | 101111 | 1000000 |
Color Harmonies of #CF79BC
Complementary color
Monochromatic Colors of #CF79BC
Black with #CF79BC
Text Example
Text Example
White with #CF79BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79BC; }
p { color: rgb(207,121,188); }
H1.HeaderClassName
{
color: #CF79BC;
}
.AnyTagClassName
{
color: #CF79BC;
}
</style>
background-color css
<style>
a { background-color: #CF79BC; }
a { background-color: rgb(207,121,188); }
div.DivClassName
{
background-color: #CF79BC;
}
.BgClassName
{
background-color: #CF79BC;
}
</style>
border-color css
<style>
span { border-color: #CF79BC; }
span { border-color: rgb(207,121,188); }
td.TdClassName
{
border-color: #CF79BC;
}
.TagClassName
{
border-color: #CF79BC;
}
</style>