Shades of Orchid #CF77D8
Tints of Orchid #CF77D8
RGB
CMYK
RGB Variations
Color information
#CF77D8 (or 0xCF77D8) is known color: Orchid. HEX triplet: CF, 77 and D8. RGB value is (207,119,216). Sum of RGB (Red+Green+Blue) = 207+119+216=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF77D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77D8 is #308827. Grayscale: #9C9C9C. Windows color (decimal): -3180584 or 14186447. OLE color: 14186447.
HSL color Cylindrical-coordinate representation of color #CF77D8: hue angle of 294.43º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF77D8 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 119 | 216 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.15 |
| HSL | 294.43º | 0.55% | 0.66% | - |
| HSV(B) | 294.43º | 0.45% | 0.85% | - |
| XYZ | 44.72 | 31.42 | 68.67 | - |
| YUV | 156.37 | 161.65 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 216 | 0.04 | 0.45 | 0 | 0.15 | 294.43 | 0.55 | 0.66 |
| Hex | CF | 77 | D8 | 4 | 2D | 0 | F | 126 | 37 | 42 |
| Octal | 317 | 167 | 330 | 4 | 55 | 0 | 17 | 446 | 67 | 102 |
| Binary | 11001111 | 1110111 | 11011000 | 100 | 101101 | 0 | 1111 | 100100110 | 110111 | 1000010 |
Color Harmonies of #CF77D8
Complementary color
Monochromatic Colors of #CF77D8
Black with #CF77D8
Text Example
Text Example
White with #CF77D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77D8; }
p { color: rgb(207,119,216); }
H1.HeaderClassName
{
color: #CF77D8;
}
.AnyTagClassName
{
color: #CF77D8;
}
</style>
background-color css
<style>
a { background-color: #CF77D8; }
a { background-color: rgb(207,119,216); }
div.DivClassName
{
background-color: #CF77D8;
}
.BgClassName
{
background-color: #CF77D8;
}
</style>
border-color css
<style>
span { border-color: #CF77D8; }
span { border-color: rgb(207,119,216); }
td.TdClassName
{
border-color: #CF77D8;
}
.TagClassName
{
border-color: #CF77D8;
}
</style>