Shades of Medium Orchid #CF5AE5
Tints of Medium Orchid #CF5AE5
RGB
CMYK
RGB Variations
Color information
#CF5AE5 (or 0xCF5AE5) is known color: Medium Orchid. HEX triplet: CF, 5A and E5. RGB value is (207,90,229). Sum of RGB (Red+Green+Blue) = 207+90+229=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 90 (35.55% from 255 or 17.11% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF5AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5AE5 is #30A51A. Grayscale: #8C8C8C. Windows color (decimal): -3187995 or 15030991. OLE color: 15030991.
HSL color Cylindrical-coordinate representation of color #CF5AE5: hue angle of 290.5º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5AE5 is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 90 | 229 | - |
| CMYK | 0.10 | 0.61 | 0 | 0.10 |
| HSL | 290.5º | 0.73% | 0.63% | - |
| HSV(B) | 290.5º | 0.61% | 0.9% | - |
| XYZ | 43.53 | 26.23 | 76.9 | - |
| YUV | 140.83 | 177.76 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 229 | 0.10 | 0.61 | 0 | 0.10 | 290.5 | 0.73 | 0.63 |
| Hex | CF | 5A | E5 | A | 3D | 0 | A | 123 | 49 | 3F |
| Octal | 317 | 132 | 345 | 12 | 75 | 0 | 12 | 443 | 111 | 77 |
| Binary | 11001111 | 1011010 | 11100101 | 1010 | 111101 | 0 | 1010 | 100100011 | 1001001 | 111111 |
Color Harmonies of #CF5AE5
Complementary color
Monochromatic Colors of #CF5AE5
Black with #CF5AE5
Text Example
Text Example
White with #CF5AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AE5; }
p { color: rgb(207,90,229); }
H1.HeaderClassName
{
color: #CF5AE5;
}
.AnyTagClassName
{
color: #CF5AE5;
}
</style>
background-color css
<style>
a { background-color: #CF5AE5; }
a { background-color: rgb(207,90,229); }
div.DivClassName
{
background-color: #CF5AE5;
}
.BgClassName
{
background-color: #CF5AE5;
}
</style>
border-color css
<style>
span { border-color: #CF5AE5; }
span { border-color: rgb(207,90,229); }
td.TdClassName
{
border-color: #CF5AE5;
}
.TagClassName
{
border-color: #CF5AE5;
}
</style>