Shades of Orchid #CF76D8
Tints of Orchid #CF76D8
RGB
CMYK
RGB Variations
Color information
#CF76D8 (or 0xCF76D8) is known color: Orchid. HEX triplet: CF, 76 and D8. RGB value is (207,118,216). Sum of RGB (Red+Green+Blue) = 207+118+216=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 118 (46.48% from 255 or 21.81% from 541); Blue value is 216 (84.77% from 255 or 39.93% from 541); Max value from RGB is 216 - color contains mainly: blue. Hex color #CF76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76D8 is #308927. Grayscale: #9B9B9B. Windows color (decimal): -3180840 or 14186191. OLE color: 14186191.
HSL color Cylindrical-coordinate representation of color #CF76D8: hue angle of 294.49º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF76D8 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 118 | 216 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.15 |
| HSL | 294.49º | 0.56% | 0.65% | - |
| HSV(B) | 294.49º | 0.45% | 0.85% | - |
| XYZ | 44.61 | 31.18 | 68.63 | - |
| YUV | 155.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 216 | 0.04 | 0.45 | 0 | 0.15 | 294.49 | 0.56 | 0.65 |
| Hex | CF | 76 | D8 | 4 | 2D | 0 | F | 126 | 38 | 41 |
| Octal | 317 | 166 | 330 | 4 | 55 | 0 | 17 | 446 | 70 | 101 |
| Binary | 11001111 | 1110110 | 11011000 | 100 | 101101 | 0 | 1111 | 100100110 | 111000 | 1000001 |
Color Harmonies of #CF76D8
Complementary color
Monochromatic Colors of #CF76D8
Black with #CF76D8
Text Example
Text Example
White with #CF76D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76D8; }
p { color: rgb(207,118,216); }
H1.HeaderClassName
{
color: #CF76D8;
}
.AnyTagClassName
{
color: #CF76D8;
}
</style>
background-color css
<style>
a { background-color: #CF76D8; }
a { background-color: rgb(207,118,216); }
div.DivClassName
{
background-color: #CF76D8;
}
.BgClassName
{
background-color: #CF76D8;
}
</style>
border-color css
<style>
span { border-color: #CF76D8; }
span { border-color: rgb(207,118,216); }
td.TdClassName
{
border-color: #CF76D8;
}
.TagClassName
{
border-color: #CF76D8;
}
</style>