Shades of Orchid #CF77C7
Tints of Orchid #CF77C7
RGB
CMYK
RGB Variations
Color information
#CF77C7 (or 0xCF77C7) is known color: Orchid. HEX triplet: CF, 77 and C7. RGB value is (207,119,199). Sum of RGB (Red+Green+Blue) = 207+119+199=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 199 (78.12% from 255 or 37.90% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77C7 is #308838. Grayscale: #9A9A9A. Windows color (decimal): -3180601 or 13072335. OLE color: 13072335.
HSL color Cylindrical-coordinate representation of color #CF77C7: hue angle of 305.45º 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 #CF77C7 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 199 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.19 |
| HSL | 305.45º | 0.48% | 0.64% | - |
| HSV(B) | 305.45º | 0.43% | 0.81% | - |
| XYZ | 42.64 | 30.58 | 57.69 | - |
| YUV | 154.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 199 | 0 | 0.43 | 0.04 | 0.19 | 305.45 | 0.48 | 0.64 |
| Hex | CF | 77 | C7 | 0 | 2B | 4 | 13 | 131 | 30 | 40 |
| Octal | 317 | 167 | 307 | 0 | 53 | 4 | 23 | 461 | 60 | 100 |
| Binary | 11001111 | 1110111 | 11000111 | 0 | 101011 | 100 | 10011 | 100110001 | 110000 | 1000000 |
Color Harmonies of #CF77C7
Complementary color
Monochromatic Colors of #CF77C7
Black with #CF77C7
Text Example
Text Example
White with #CF77C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77C7; }
p { color: rgb(207,119,199); }
H1.HeaderClassName
{
color: #CF77C7;
}
.AnyTagClassName
{
color: #CF77C7;
}
</style>
background-color css
<style>
a { background-color: #CF77C7; }
a { background-color: rgb(207,119,199); }
div.DivClassName
{
background-color: #CF77C7;
}
.BgClassName
{
background-color: #CF77C7;
}
</style>
border-color css
<style>
span { border-color: #CF77C7; }
span { border-color: rgb(207,119,199); }
td.TdClassName
{
border-color: #CF77C7;
}
.TagClassName
{
border-color: #CF77C7;
}
</style>