Shades of Medium Orchid #CF5BE0
Tints of Medium Orchid #CF5BE0
RGB
CMYK
RGB Variations
Color information
#CF5BE0 (or 0xCF5BE0) is known color: Medium Orchid. HEX triplet: CF, 5B and E0. RGB value is (207,91,224). Sum of RGB (Red+Green+Blue) = 207+91+224=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 91 (35.94% from 255 or 17.43% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF5BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5BE0 is #30A41F. Grayscale: #8C8C8C. Windows color (decimal): -3187744 or 14703567. OLE color: 14703567.
HSL color Cylindrical-coordinate representation of color #CF5BE0: hue angle of 292.33º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5BE0 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 91 | 224 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.12 |
| HSL | 292.33º | 0.68% | 0.62% | - |
| HSV(B) | 292.33º | 0.59% | 0.88% | - |
| XYZ | 42.93 | 26.13 | 73.3 | - |
| YUV | 140.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 91 | 224 | 0.08 | 0.59 | 0 | 0.12 | 292.33 | 0.68 | 0.62 |
| Hex | CF | 5B | E0 | 8 | 3B | 0 | C | 124 | 44 | 3E |
| Octal | 317 | 133 | 340 | 10 | 73 | 0 | 14 | 444 | 104 | 76 |
| Binary | 11001111 | 1011011 | 11100000 | 1000 | 111011 | 0 | 1100 | 100100100 | 1000100 | 111110 |
Color Harmonies of #CF5BE0
Complementary color
Monochromatic Colors of #CF5BE0
Black with #CF5BE0
Text Example
Text Example
White with #CF5BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5BE0; }
p { color: rgb(207,91,224); }
H1.HeaderClassName
{
color: #CF5BE0;
}
.AnyTagClassName
{
color: #CF5BE0;
}
</style>
background-color css
<style>
a { background-color: #CF5BE0; }
a { background-color: rgb(207,91,224); }
div.DivClassName
{
background-color: #CF5BE0;
}
.BgClassName
{
background-color: #CF5BE0;
}
</style>
border-color css
<style>
span { border-color: #CF5BE0; }
span { border-color: rgb(207,91,224); }
td.TdClassName
{
border-color: #CF5BE0;
}
.TagClassName
{
border-color: #CF5BE0;
}
</style>