Shades of Medium Orchid #CF5CE5
Tints of Medium Orchid #CF5CE5
RGB
CMYK
RGB Variations
Color information
#CF5CE5 (or 0xCF5CE5) is known color: Medium Orchid. HEX triplet: CF, 5C and E5. RGB value is (207,92,229). Sum of RGB (Red+Green+Blue) = 207+92+229=528 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.20% from 528); Green value is 92 (36.33% from 255 or 17.42% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF5CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF5CE5 is #30A31A. Grayscale: #8D8D8D. Windows color (decimal): -3187483 or 15031503. OLE color: 15031503.
HSL color Cylindrical-coordinate representation of color #CF5CE5: hue angle of 290.36º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5CE5 is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 92 | 229 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.10 |
| HSL | 290.37º | 0.72% | 0.63% | - |
| HSV(B) | 290.37º | 0.6% | 0.9% | - |
| XYZ | 43.7 | 26.58 | 76.96 | - |
| YUV | 142 | 177.1 | 174.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 229 | 0.10 | 0.60 | 0 | 0.10 | 290.37 | 0.72 | 0.63 |
| Hex | CF | 5C | E5 | A | 3C | 0 | A | 122 | 48 | 3F |
| Octal | 317 | 134 | 345 | 12 | 74 | 0 | 12 | 442 | 110 | 77 |
| Binary | 11001111 | 1011100 | 11100101 | 1010 | 111100 | 0 | 1010 | 100100010 | 1001000 | 111111 |
Color Harmonies of #CF5CE5
Complementary color
Monochromatic Colors of #CF5CE5
Black with #CF5CE5
Text Example
Text Example
White with #CF5CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CE5; }
p { color: rgb(207,92,229); }
H1.HeaderClassName
{
color: #CF5CE5;
}
.AnyTagClassName
{
color: #CF5CE5;
}
</style>
background-color css
<style>
a { background-color: #CF5CE5; }
a { background-color: rgb(207,92,229); }
div.DivClassName
{
background-color: #CF5CE5;
}
.BgClassName
{
background-color: #CF5CE5;
}
</style>
border-color css
<style>
span { border-color: #CF5CE5; }
span { border-color: rgb(207,92,229); }
td.TdClassName
{
border-color: #CF5CE5;
}
.TagClassName
{
border-color: #CF5CE5;
}
</style>