Shades of Medium Orchid #CF47EA
Tints of Medium Orchid #CF47EA
RGB
CMYK
RGB Variations
Color information
#CF47EA (or 0xCF47EA) is known color: Medium Orchid. HEX triplet: CF, 47 and EA. RGB value is (207,71,234). Sum of RGB (Red+Green+Blue) = 207+71+234=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 71 (28.12% from 255 or 13.87% from 512); Blue value is 234 (91.80% from 255 or 45.70% from 512); Max value from RGB is 234 - color contains mainly: blue. Hex color #CF47EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF47EA is #30B815. Grayscale: #818181. Windows color (decimal): -3192854 or 15353807. OLE color: 15353807.
HSL color Cylindrical-coordinate representation of color #CF47EA: hue angle of 290.06º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF47EA is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 71 | 234 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.08 |
| HSL | 290.06º | 0.8% | 0.6% | - |
| HSV(B) | 290.06º | 0.7% | 0.92% | - |
| XYZ | 42.84 | 23.71 | 80.16 | - |
| YUV | 130.25 | 186.56 | 182.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 71 | 234 | 0.12 | 0.70 | 0 | 0.08 | 290.06 | 0.8 | 0.6 |
| Hex | CF | 47 | EA | C | 46 | 0 | 8 | 122 | 50 | 3C |
| Octal | 317 | 107 | 352 | 14 | 106 | 0 | 10 | 442 | 120 | 74 |
| Binary | 11001111 | 1000111 | 11101010 | 1100 | 1000110 | 0 | 1000 | 100100010 | 1010000 | 111100 |
Color Harmonies of #CF47EA
Complementary color
Monochromatic Colors of #CF47EA
Black with #CF47EA
Text Example
Text Example
White with #CF47EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF47EA; }
p { color: rgb(207,71,234); }
H1.HeaderClassName
{
color: #CF47EA;
}
.AnyTagClassName
{
color: #CF47EA;
}
</style>
background-color css
<style>
a { background-color: #CF47EA; }
a { background-color: rgb(207,71,234); }
div.DivClassName
{
background-color: #CF47EA;
}
.BgClassName
{
background-color: #CF47EA;
}
</style>
border-color css
<style>
span { border-color: #CF47EA; }
span { border-color: rgb(207,71,234); }
td.TdClassName
{
border-color: #CF47EA;
}
.TagClassName
{
border-color: #CF47EA;
}
</style>