Shades of Orchid #CF76C5
Tints of Orchid #CF76C5
RGB
CMYK
RGB Variations
Color information
#CF76C5 (or 0xCF76C5) is known color: Orchid. HEX triplet: CF, 76 and C5. RGB value is (207,118,197). Sum of RGB (Red+Green+Blue) = 207+118+197=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 118 (46.48% from 255 or 22.61% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76C5 is #30893A. Grayscale: #999999. Windows color (decimal): -3180859 or 12941007. OLE color: 12941007.
HSL color Cylindrical-coordinate representation of color #CF76C5: hue angle of 306.74º 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 #CF76C5 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 197 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.19 |
| HSL | 306.74º | 0.48% | 0.64% | - |
| HSV(B) | 306.74º | 0.43% | 0.81% | - |
| XYZ | 42.29 | 30.25 | 56.43 | - |
| YUV | 153.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 197 | 0 | 0.43 | 0.05 | 0.19 | 306.74 | 0.48 | 0.64 |
| Hex | CF | 76 | C5 | 0 | 2B | 5 | 13 | 133 | 30 | 40 |
| Octal | 317 | 166 | 305 | 0 | 53 | 5 | 23 | 463 | 60 | 100 |
| Binary | 11001111 | 1110110 | 11000101 | 0 | 101011 | 101 | 10011 | 100110011 | 110000 | 1000000 |
Color Harmonies of #CF76C5
Complementary color
Monochromatic Colors of #CF76C5
Black with #CF76C5
Text Example
Text Example
White with #CF76C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76C5; }
p { color: rgb(207,118,197); }
H1.HeaderClassName
{
color: #CF76C5;
}
.AnyTagClassName
{
color: #CF76C5;
}
</style>
background-color css
<style>
a { background-color: #CF76C5; }
a { background-color: rgb(207,118,197); }
div.DivClassName
{
background-color: #CF76C5;
}
.BgClassName
{
background-color: #CF76C5;
}
</style>
border-color css
<style>
span { border-color: #CF76C5; }
span { border-color: rgb(207,118,197); }
td.TdClassName
{
border-color: #CF76C5;
}
.TagClassName
{
border-color: #CF76C5;
}
</style>