Shades of Medium Orchid #CF52E5
Tints of Medium Orchid #CF52E5
RGB
CMYK
RGB Variations
Color information
#CF52E5 (or 0xCF52E5) is known color: Medium Orchid. HEX triplet: CF, 52 and E5. RGB value is (207,82,229). Sum of RGB (Red+Green+Blue) = 207+82+229=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 82 (32.42% from 255 or 15.83% from 518); Blue value is 229 (89.84% from 255 or 44.21% from 518); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF52E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52E5 is #30AD1A. Grayscale: #878787. Windows color (decimal): -3190043 or 15028943. OLE color: 15028943.
HSL color Cylindrical-coordinate representation of color #CF52E5: hue angle of 291.02º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF52E5 is Cyan = 0.10, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 82 | 229 | - |
| CMYK | 0.10 | 0.64 | 0 | 0.10 |
| HSL | 291.02º | 0.74% | 0.61% | - |
| HSV(B) | 291.02º | 0.64% | 0.9% | - |
| XYZ | 42.89 | 24.96 | 76.69 | - |
| YUV | 136.13 | 180.41 | 178.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 229 | 0.10 | 0.64 | 0 | 0.10 | 291.02 | 0.74 | 0.61 |
| Hex | CF | 52 | E5 | A | 40 | 0 | A | 123 | 4A | 3D |
| Octal | 317 | 122 | 345 | 12 | 100 | 0 | 12 | 443 | 112 | 75 |
| Binary | 11001111 | 1010010 | 11100101 | 1010 | 1000000 | 0 | 1010 | 100100011 | 1001010 | 111101 |
Color Harmonies of #CF52E5
Complementary color
Monochromatic Colors of #CF52E5
Black with #CF52E5
Text Example
Text Example
White with #CF52E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52E5; }
p { color: rgb(207,82,229); }
H1.HeaderClassName
{
color: #CF52E5;
}
.AnyTagClassName
{
color: #CF52E5;
}
</style>
background-color css
<style>
a { background-color: #CF52E5; }
a { background-color: rgb(207,82,229); }
div.DivClassName
{
background-color: #CF52E5;
}
.BgClassName
{
background-color: #CF52E5;
}
</style>
border-color css
<style>
span { border-color: #CF52E5; }
span { border-color: rgb(207,82,229); }
td.TdClassName
{
border-color: #CF52E5;
}
.TagClassName
{
border-color: #CF52E5;
}
</style>