Shades of Medium Orchid #CF5AE8
Tints of Medium Orchid #CF5AE8
RGB
CMYK
RGB Variations
Color information
#CF5AE8 (or 0xCF5AE8) is known color: Medium Orchid. HEX triplet: CF, 5A and E8. RGB value is (207,90,232). Sum of RGB (Red+Green+Blue) = 207+90+232=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 90 (35.55% from 255 or 17.01% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #CF5AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AE8 is #30A517. Grayscale: #8C8C8C. Windows color (decimal): -3187992 or 15227599. OLE color: 15227599.
HSL color Cylindrical-coordinate representation of color #CF5AE8: hue angle of 289.44º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5AE8 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 90 | 232 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.09 |
| HSL | 289.44º | 0.76% | 0.63% | - |
| HSV(B) | 289.44º | 0.61% | 0.91% | - |
| XYZ | 43.95 | 26.4 | 79.12 | - |
| YUV | 141.17 | 179.26 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 232 | 0.11 | 0.61 | 0 | 0.09 | 289.44 | 0.76 | 0.63 |
| Hex | CF | 5A | E8 | B | 3D | 0 | 9 | 121 | 4C | 3F |
| Octal | 317 | 132 | 350 | 13 | 75 | 0 | 11 | 441 | 114 | 77 |
| Binary | 11001111 | 1011010 | 11101000 | 1011 | 111101 | 0 | 1001 | 100100001 | 1001100 | 111111 |
Color Harmonies of #CF5AE8
Complementary color
Monochromatic Colors of #CF5AE8
Black with #CF5AE8
Text Example
Text Example
White with #CF5AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AE8; }
p { color: rgb(207,90,232); }
H1.HeaderClassName
{
color: #CF5AE8;
}
.AnyTagClassName
{
color: #CF5AE8;
}
</style>
background-color css
<style>
a { background-color: #CF5AE8; }
a { background-color: rgb(207,90,232); }
div.DivClassName
{
background-color: #CF5AE8;
}
.BgClassName
{
background-color: #CF5AE8;
}
</style>
border-color css
<style>
span { border-color: #CF5AE8; }
span { border-color: rgb(207,90,232); }
td.TdClassName
{
border-color: #CF5AE8;
}
.TagClassName
{
border-color: #CF5AE8;
}
</style>