Shades of Orchid #CF77D6
Tints of Orchid #CF77D6
RGB
CMYK
RGB Variations
Color information
#CF77D6 (or 0xCF77D6) is known color: Orchid. HEX triplet: CF, 77 and D6. RGB value is (207,119,214). Sum of RGB (Red+Green+Blue) = 207+119+214=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 214 - color contains mainly: blue. Hex color #CF77D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77D6 is #308829. Grayscale: #9B9B9B. Windows color (decimal): -3180586 or 14055375. OLE color: 14055375.
HSL color Cylindrical-coordinate representation of color #CF77D6: hue angle of 295.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF77D6 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 119 | 214 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.16 |
| HSL | 295.58º | 0.54% | 0.65% | - |
| HSV(B) | 295.58º | 0.44% | 0.84% | - |
| XYZ | 44.47 | 31.31 | 67.32 | - |
| YUV | 156.14 | 160.65 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 214 | 0.03 | 0.44 | 0 | 0.16 | 295.58 | 0.54 | 0.65 |
| Hex | CF | 77 | D6 | 3 | 2C | 0 | 10 | 128 | 36 | 41 |
| Octal | 317 | 167 | 326 | 3 | 54 | 0 | 20 | 450 | 66 | 101 |
| Binary | 11001111 | 1110111 | 11010110 | 11 | 101100 | 0 | 10000 | 100101000 | 110110 | 1000001 |
Color Harmonies of #CF77D6
Complementary color
Monochromatic Colors of #CF77D6
Black with #CF77D6
Text Example
Text Example
White with #CF77D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77D6; }
p { color: rgb(207,119,214); }
H1.HeaderClassName
{
color: #CF77D6;
}
.AnyTagClassName
{
color: #CF77D6;
}
</style>
background-color css
<style>
a { background-color: #CF77D6; }
a { background-color: rgb(207,119,214); }
div.DivClassName
{
background-color: #CF77D6;
}
.BgClassName
{
background-color: #CF77D6;
}
</style>
border-color css
<style>
span { border-color: #CF77D6; }
span { border-color: rgb(207,119,214); }
td.TdClassName
{
border-color: #CF77D6;
}
.TagClassName
{
border-color: #CF77D6;
}
</style>