Shades of Medium Orchid #CF60E5
Tints of Medium Orchid #CF60E5
RGB
CMYK
RGB Variations
Color information
#CF60E5 (or 0xCF60E5) is known color: Medium Orchid. HEX triplet: CF, 60 and E5. RGB value is (207,96,229). Sum of RGB (Red+Green+Blue) = 207+96+229=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 96 (37.89% from 255 or 18.05% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF60E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF60E5 is #309F1A. Grayscale: #8F8F8F. Windows color (decimal): -3186459 or 15032527. OLE color: 15032527.
HSL color Cylindrical-coordinate representation of color #CF60E5: hue angle of 290.08º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF60E5 is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 96 | 229 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.10 |
| HSL | 290.08º | 0.72% | 0.64% | - |
| HSV(B) | 290.08º | 0.58% | 0.9% | - |
| XYZ | 44.06 | 27.29 | 77.07 | - |
| YUV | 144.35 | 175.77 | 172.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 229 | 0.10 | 0.58 | 0 | 0.10 | 290.08 | 0.72 | 0.64 |
| Hex | CF | 60 | E5 | A | 3A | 0 | A | 122 | 48 | 40 |
| Octal | 317 | 140 | 345 | 12 | 72 | 0 | 12 | 442 | 110 | 100 |
| Binary | 11001111 | 1100000 | 11100101 | 1010 | 111010 | 0 | 1010 | 100100010 | 1001000 | 1000000 |
Color Harmonies of #CF60E5
Complementary color
Monochromatic Colors of #CF60E5
Black with #CF60E5
Text Example
Text Example
White with #CF60E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF60E5; }
p { color: rgb(207,96,229); }
H1.HeaderClassName
{
color: #CF60E5;
}
.AnyTagClassName
{
color: #CF60E5;
}
</style>
background-color css
<style>
a { background-color: #CF60E5; }
a { background-color: rgb(207,96,229); }
div.DivClassName
{
background-color: #CF60E5;
}
.BgClassName
{
background-color: #CF60E5;
}
</style>
border-color css
<style>
span { border-color: #CF60E5; }
span { border-color: rgb(207,96,229); }
td.TdClassName
{
border-color: #CF60E5;
}
.TagClassName
{
border-color: #CF60E5;
}
</style>