Shades of Medium Orchid #C247EE
Tints of Medium Orchid #C247EE
RGB
CMYK
RGB Variations
Color information
#C247EE (or 0xC247EE) is known color: Medium Orchid. HEX triplet: C2, 47 and EE. RGB value is (194,71,238). Sum of RGB (Red+Green+Blue) = 194+71+238=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #C247EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247EE is #3DB811. Grayscale: #7E7E7E. Windows color (decimal): -4044818 or 15615938. OLE color: 15615938.
HSL color Cylindrical-coordinate representation of color #C247EE: hue angle of 284.19º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C247EE is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 71 | 238 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.07 |
| HSL | 284.19º | 0.83% | 0.61% | - |
| HSV(B) | 284.19º | 0.7% | 0.93% | - |
| XYZ | 39.93 | 22.15 | 83.06 | - |
| YUV | 126.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 238 | 0.18 | 0.70 | 0 | 0.07 | 284.19 | 0.83 | 0.61 |
| Hex | C2 | 47 | EE | 12 | 46 | 0 | 7 | 11C | 53 | 3D |
| Octal | 302 | 107 | 356 | 22 | 106 | 0 | 7 | 434 | 123 | 75 |
| Binary | 11000010 | 1000111 | 11101110 | 10010 | 1000110 | 0 | 111 | 100011100 | 1010011 | 111101 |
Color Harmonies of #C247EE
Complementary color
Monochromatic Colors of #C247EE
Black with #C247EE
Text Example
Text Example
White with #C247EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247EE; }
p { color: rgb(194,71,238); }
H1.HeaderClassName
{
color: #C247EE;
}
.AnyTagClassName
{
color: #C247EE;
}
</style>
background-color css
<style>
a { background-color: #C247EE; }
a { background-color: rgb(194,71,238); }
div.DivClassName
{
background-color: #C247EE;
}
.BgClassName
{
background-color: #C247EE;
}
</style>
border-color css
<style>
span { border-color: #C247EE; }
span { border-color: rgb(194,71,238); }
td.TdClassName
{
border-color: #C247EE;
}
.TagClassName
{
border-color: #C247EE;
}
</style>