Shades of Medium Orchid #CF47E6
Tints of Medium Orchid #CF47E6
RGB
CMYK
RGB Variations
Color information
#CF47E6 (or 0xCF47E6) is known color: Medium Orchid. HEX triplet: CF, 47 and E6. RGB value is (207,71,230). Sum of RGB (Red+Green+Blue) = 207+71+230=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 71 (28.12% from 255 or 13.98% from 508); Blue value is 230 (90.23% from 255 or 45.28% from 508); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF47E6 is #30B819. Grayscale: #818181. Windows color (decimal): -3192858 or 15091663. OLE color: 15091663.
HSL color Cylindrical-coordinate representation of color #CF47E6: hue angle of 291.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF47E6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 71 | 230 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.10 |
| HSL | 291.32º | 0.76% | 0.59% | - |
| HSV(B) | 291.32º | 0.69% | 0.9% | - |
| XYZ | 42.27 | 23.49 | 77.17 | - |
| YUV | 129.79 | 184.56 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 230 | 0.10 | 0.69 | 0 | 0.10 | 291.32 | 0.76 | 0.59 |
| Hex | CF | 47 | E6 | A | 45 | 0 | A | 123 | 4C | 3B |
| Octal | 317 | 107 | 346 | 12 | 105 | 0 | 12 | 443 | 114 | 73 |
| Binary | 11001111 | 1000111 | 11100110 | 1010 | 1000101 | 0 | 1010 | 100100011 | 1001100 | 111011 |
Color Harmonies of #CF47E6
Complementary color
Monochromatic Colors of #CF47E6
Black with #CF47E6
Text Example
Text Example
White with #CF47E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47E6; }
p { color: rgb(207,71,230); }
H1.HeaderClassName
{
color: #CF47E6;
}
.AnyTagClassName
{
color: #CF47E6;
}
</style>
background-color css
<style>
a { background-color: #CF47E6; }
a { background-color: rgb(207,71,230); }
div.DivClassName
{
background-color: #CF47E6;
}
.BgClassName
{
background-color: #CF47E6;
}
</style>
border-color css
<style>
span { border-color: #CF47E6; }
span { border-color: rgb(207,71,230); }
td.TdClassName
{
border-color: #CF47E6;
}
.TagClassName
{
border-color: #CF47E6;
}
</style>