Shades of Medium Orchid #CF44E1
Tints of Medium Orchid #CF44E1
RGB
CMYK
RGB Variations
Color information
#CF44E1 (or 0xCF44E1) is known color: Medium Orchid. HEX triplet: CF, 44 and E1. RGB value is (207,68,225). Sum of RGB (Red+Green+Blue) = 207+68+225=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 68 (26.95% from 255 or 13.6% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF44E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF44E1 is #30BB1E. Grayscale: #7E7E7E. Windows color (decimal): -3193631 or 14763215. OLE color: 14763215.
HSL color Cylindrical-coordinate representation of color #CF44E1: hue angle of 293.12º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF44E1 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 68 | 225 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.12 |
| HSL | 293.12º | 0.72% | 0.57% | - |
| HSV(B) | 293.12º | 0.7% | 0.88% | - |
| XYZ | 41.39 | 22.84 | 73.46 | - |
| YUV | 127.46 | 183.05 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 68 | 225 | 0.08 | 0.70 | 0 | 0.12 | 293.12 | 0.72 | 0.57 |
| Hex | CF | 44 | E1 | 8 | 46 | 0 | C | 125 | 48 | 39 |
| Octal | 317 | 104 | 341 | 10 | 106 | 0 | 14 | 445 | 110 | 71 |
| Binary | 11001111 | 1000100 | 11100001 | 1000 | 1000110 | 0 | 1100 | 100100101 | 1001000 | 111001 |
Color Harmonies of #CF44E1
Complementary color
Monochromatic Colors of #CF44E1
Black with #CF44E1
Text Example
Text Example
White with #CF44E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF44E1; }
p { color: rgb(207,68,225); }
H1.HeaderClassName
{
color: #CF44E1;
}
.AnyTagClassName
{
color: #CF44E1;
}
</style>
background-color css
<style>
a { background-color: #CF44E1; }
a { background-color: rgb(207,68,225); }
div.DivClassName
{
background-color: #CF44E1;
}
.BgClassName
{
background-color: #CF44E1;
}
</style>
border-color css
<style>
span { border-color: #CF44E1; }
span { border-color: rgb(207,68,225); }
td.TdClassName
{
border-color: #CF44E1;
}
.TagClassName
{
border-color: #CF44E1;
}
</style>