Shades of Orchid #CF76E1
Tints of Orchid #CF76E1
RGB
CMYK
RGB Variations
Color information
#CF76E1 (or 0xCF76E1) is known color: Orchid. HEX triplet: CF, 76 and E1. RGB value is (207,118,225). Sum of RGB (Red+Green+Blue) = 207+118+225=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 225 (88.28% from 255 or 40.91% from 550); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF76E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76E1 is #30891E. Grayscale: #9C9C9C. Windows color (decimal): -3180831 or 14776015. OLE color: 14776015.
HSL color Cylindrical-coordinate representation of color #CF76E1: hue angle of 289.91º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF76E1 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 118 | 225 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.12 |
| HSL | 289.91º | 0.64% | 0.67% | - |
| HSV(B) | 289.91º | 0.48% | 0.88% | - |
| XYZ | 45.8 | 31.66 | 74.93 | - |
| YUV | 156.81 | 166.49 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 225 | 0.08 | 0.48 | 0 | 0.12 | 289.91 | 0.64 | 0.67 |
| Hex | CF | 76 | E1 | 8 | 30 | 0 | C | 122 | 40 | 43 |
| Octal | 317 | 166 | 341 | 10 | 60 | 0 | 14 | 442 | 100 | 103 |
| Binary | 11001111 | 1110110 | 11100001 | 1000 | 110000 | 0 | 1100 | 100100010 | 1000000 | 1000011 |
Color Harmonies of #CF76E1
Complementary color
Monochromatic Colors of #CF76E1
Black with #CF76E1
Text Example
Text Example
White with #CF76E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76E1; }
p { color: rgb(207,118,225); }
H1.HeaderClassName
{
color: #CF76E1;
}
.AnyTagClassName
{
color: #CF76E1;
}
</style>
background-color css
<style>
a { background-color: #CF76E1; }
a { background-color: rgb(207,118,225); }
div.DivClassName
{
background-color: #CF76E1;
}
.BgClassName
{
background-color: #CF76E1;
}
</style>
border-color css
<style>
span { border-color: #CF76E1; }
span { border-color: rgb(207,118,225); }
td.TdClassName
{
border-color: #CF76E1;
}
.TagClassName
{
border-color: #CF76E1;
}
</style>