Shades of Medium Orchid #CF45E5
Tints of Medium Orchid #CF45E5
RGB
CMYK
RGB Variations
Color information
#CF45E5 (or 0xCF45E5) is known color: Medium Orchid. HEX triplet: CF, 45 and E5. RGB value is (207,69,229). Sum of RGB (Red+Green+Blue) = 207+69+229=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 69 (27.34% from 255 or 13.66% from 505); Blue value is 229 (89.84% from 255 or 45.35% from 505); Max value from RGB is 229 - color contains mainly: blue. Hex color #CF45E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF45E5 is #30BA1A. Grayscale: #808080. Windows color (decimal): -3193371 or 15025615. OLE color: 15025615.
HSL color Cylindrical-coordinate representation of color #CF45E5: hue angle of 291.75º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF45E5 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 69 | 229 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.10 |
| HSL | 291.75º | 0.75% | 0.58% | - |
| HSV(B) | 291.75º | 0.7% | 0.9% | - |
| XYZ | 42 | 23.18 | 76.39 | - |
| YUV | 128.5 | 184.72 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 69 | 229 | 0.10 | 0.70 | 0 | 0.10 | 291.75 | 0.75 | 0.58 |
| Hex | CF | 45 | E5 | A | 46 | 0 | A | 124 | 4B | 3A |
| Octal | 317 | 105 | 345 | 12 | 106 | 0 | 12 | 444 | 113 | 72 |
| Binary | 11001111 | 1000101 | 11100101 | 1010 | 1000110 | 0 | 1010 | 100100100 | 1001011 | 111010 |
Color Harmonies of #CF45E5
Complementary color
Monochromatic Colors of #CF45E5
Black with #CF45E5
Text Example
Text Example
White with #CF45E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF45E5; }
p { color: rgb(207,69,229); }
H1.HeaderClassName
{
color: #CF45E5;
}
.AnyTagClassName
{
color: #CF45E5;
}
</style>
background-color css
<style>
a { background-color: #CF45E5; }
a { background-color: rgb(207,69,229); }
div.DivClassName
{
background-color: #CF45E5;
}
.BgClassName
{
background-color: #CF45E5;
}
</style>
border-color css
<style>
span { border-color: #CF45E5; }
span { border-color: rgb(207,69,229); }
td.TdClassName
{
border-color: #CF45E5;
}
.TagClassName
{
border-color: #CF45E5;
}
</style>