Shades of Orchid #CF77D7
Tints of Orchid #CF77D7
RGB
CMYK
RGB Variations
Color information
#CF77D7 (or 0xCF77D7) is known color: Orchid. HEX triplet: CF, 77 and D7. RGB value is (207,119,215). Sum of RGB (Red+Green+Blue) = 207+119+215=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 119 (46.88% from 255 or 22.00% from 541); Blue value is 215 (84.38% from 255 or 39.74% from 541); Max value from RGB is 215 - color contains mainly: blue. Hex color #CF77D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77D7 is #308828. Grayscale: #9B9B9B. Windows color (decimal): -3180585 or 14120911. OLE color: 14120911.
HSL color Cylindrical-coordinate representation of color #CF77D7: hue angle of 295º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF77D7 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 119 | 215 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.16 |
| HSL | 295º | 0.55% | 0.65% | - |
| HSV(B) | 295º | 0.45% | 0.84% | - |
| XYZ | 44.59 | 31.37 | 67.99 | - |
| YUV | 156.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 215 | 0.04 | 0.45 | 0 | 0.16 | 295 | 0.55 | 0.65 |
| Hex | CF | 77 | D7 | 4 | 2D | 0 | 10 | 127 | 37 | 41 |
| Octal | 317 | 167 | 327 | 4 | 55 | 0 | 20 | 447 | 67 | 101 |
| Binary | 11001111 | 1110111 | 11010111 | 100 | 101101 | 0 | 10000 | 100100111 | 110111 | 1000001 |
Color Harmonies of #CF77D7
Complementary color
Monochromatic Colors of #CF77D7
Black with #CF77D7
Text Example
Text Example
White with #CF77D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77D7; }
p { color: rgb(207,119,215); }
H1.HeaderClassName
{
color: #CF77D7;
}
.AnyTagClassName
{
color: #CF77D7;
}
</style>
background-color css
<style>
a { background-color: #CF77D7; }
a { background-color: rgb(207,119,215); }
div.DivClassName
{
background-color: #CF77D7;
}
.BgClassName
{
background-color: #CF77D7;
}
</style>
border-color css
<style>
span { border-color: #CF77D7; }
span { border-color: rgb(207,119,215); }
td.TdClassName
{
border-color: #CF77D7;
}
.TagClassName
{
border-color: #CF77D7;
}
</style>