Shades of Orchid #CF76C1
Tints of Orchid #CF76C1
RGB
CMYK
RGB Variations
Color information
#CF76C1 (or 0xCF76C1) is known color: Orchid. HEX triplet: CF, 76 and C1. RGB value is (207,118,193). Sum of RGB (Red+Green+Blue) = 207+118+193=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 118 (46.48% from 255 or 22.78% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76C1 is #30893E. Grayscale: #989898. Windows color (decimal): -3180863 or 12678863. OLE color: 12678863.
HSL color Cylindrical-coordinate representation of color #CF76C1: hue angle of 309.44º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF76C1 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 193 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.19 |
| HSL | 309.44º | 0.48% | 0.64% | - |
| HSV(B) | 309.44º | 0.43% | 0.81% | - |
| XYZ | 41.84 | 30.07 | 54.05 | - |
| YUV | 153.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 193 | 0 | 0.43 | 0.07 | 0.19 | 309.44 | 0.48 | 0.64 |
| Hex | CF | 76 | C1 | 0 | 2B | 7 | 13 | 135 | 30 | 40 |
| Octal | 317 | 166 | 301 | 0 | 53 | 7 | 23 | 465 | 60 | 100 |
| Binary | 11001111 | 1110110 | 11000001 | 0 | 101011 | 111 | 10011 | 100110101 | 110000 | 1000000 |
Color Harmonies of #CF76C1
Complementary color
Monochromatic Colors of #CF76C1
Black with #CF76C1
Text Example
Text Example
White with #CF76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76C1; }
p { color: rgb(207,118,193); }
H1.HeaderClassName
{
color: #CF76C1;
}
.AnyTagClassName
{
color: #CF76C1;
}
</style>
background-color css
<style>
a { background-color: #CF76C1; }
a { background-color: rgb(207,118,193); }
div.DivClassName
{
background-color: #CF76C1;
}
.BgClassName
{
background-color: #CF76C1;
}
</style>
border-color css
<style>
span { border-color: #CF76C1; }
span { border-color: rgb(207,118,193); }
td.TdClassName
{
border-color: #CF76C1;
}
.TagClassName
{
border-color: #CF76C1;
}
</style>