Shades of Medium Orchid #CF48E3
Tints of Medium Orchid #CF48E3
RGB
CMYK
RGB Variations
Color information
#CF48E3 (or 0xCF48E3) is known color: Medium Orchid. HEX triplet: CF, 48 and E3. RGB value is (207,72,227). Sum of RGB (Red+Green+Blue) = 207+72+227=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 227 - color contains mainly: blue. Hex color #CF48E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF48E3 is #30B71C. Grayscale: #818181. Windows color (decimal): -3192605 or 14895311. OLE color: 14895311.
HSL color Cylindrical-coordinate representation of color #CF48E3: hue angle of 292.26º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF48E3 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 72 | 227 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.11 |
| HSL | 292.26º | 0.73% | 0.59% | - |
| HSV(B) | 292.26º | 0.68% | 0.89% | - |
| XYZ | 41.91 | 23.45 | 74.99 | - |
| YUV | 130.04 | 182.73 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 72 | 227 | 0.09 | 0.68 | 0 | 0.11 | 292.26 | 0.73 | 0.59 |
| Hex | CF | 48 | E3 | 9 | 44 | 0 | B | 124 | 49 | 3B |
| Octal | 317 | 110 | 343 | 11 | 104 | 0 | 13 | 444 | 111 | 73 |
| Binary | 11001111 | 1001000 | 11100011 | 1001 | 1000100 | 0 | 1011 | 100100100 | 1001001 | 111011 |
Color Harmonies of #CF48E3
Complementary color
Monochromatic Colors of #CF48E3
Black with #CF48E3
Text Example
Text Example
White with #CF48E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF48E3; }
p { color: rgb(207,72,227); }
H1.HeaderClassName
{
color: #CF48E3;
}
.AnyTagClassName
{
color: #CF48E3;
}
</style>
background-color css
<style>
a { background-color: #CF48E3; }
a { background-color: rgb(207,72,227); }
div.DivClassName
{
background-color: #CF48E3;
}
.BgClassName
{
background-color: #CF48E3;
}
</style>
border-color css
<style>
span { border-color: #CF48E3; }
span { border-color: rgb(207,72,227); }
td.TdClassName
{
border-color: #CF48E3;
}
.TagClassName
{
border-color: #CF48E3;
}
</style>