Shades of Medium Orchid #CF5AEC
Tints of Medium Orchid #CF5AEC
RGB
CMYK
RGB Variations
Color information
#CF5AEC (or 0xCF5AEC) is known color: Medium Orchid. HEX triplet: CF, 5A and EC. RGB value is (207,90,236). Sum of RGB (Red+Green+Blue) = 207+90+236=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 90 (35.55% from 255 or 16.89% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF5AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AEC is #30A513. Grayscale: #8D8D8D. Windows color (decimal): -3187988 or 15489743. OLE color: 15489743.
HSL color Cylindrical-coordinate representation of color #CF5AEC: hue angle of 288.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF5AEC is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 90 | 236 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.07 |
| HSL | 288.08º | 0.79% | 0.64% | - |
| HSV(B) | 288.08º | 0.62% | 0.93% | - |
| XYZ | 44.53 | 26.63 | 82.15 | - |
| YUV | 141.63 | 181.26 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 236 | 0.12 | 0.62 | 0 | 0.07 | 288.08 | 0.79 | 0.64 |
| Hex | CF | 5A | EC | C | 3E | 0 | 7 | 120 | 4F | 40 |
| Octal | 317 | 132 | 354 | 14 | 76 | 0 | 7 | 440 | 117 | 100 |
| Binary | 11001111 | 1011010 | 11101100 | 1100 | 111110 | 0 | 111 | 100100000 | 1001111 | 1000000 |
Color Harmonies of #CF5AEC
Complementary color
Monochromatic Colors of #CF5AEC
Black with #CF5AEC
Text Example
Text Example
White with #CF5AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AEC; }
p { color: rgb(207,90,236); }
H1.HeaderClassName
{
color: #CF5AEC;
}
.AnyTagClassName
{
color: #CF5AEC;
}
</style>
background-color css
<style>
a { background-color: #CF5AEC; }
a { background-color: rgb(207,90,236); }
div.DivClassName
{
background-color: #CF5AEC;
}
.BgClassName
{
background-color: #CF5AEC;
}
</style>
border-color css
<style>
span { border-color: #CF5AEC; }
span { border-color: rgb(207,90,236); }
td.TdClassName
{
border-color: #CF5AEC;
}
.TagClassName
{
border-color: #CF5AEC;
}
</style>