Shades of Medium Orchid #C247FE
Tints of Medium Orchid #C247FE
RGB
CMYK
RGB Variations
Color information
#C247FE (or 0xC247FE) is known color: Medium Orchid. HEX triplet: C2, 47 and FE. RGB value is (194,71,254). Sum of RGB (Red+Green+Blue) = 194+71+254=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 71 (28.12% from 255 or 13.68% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #C247FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C247FE is #3DB801. Grayscale: #808080. Windows color (decimal): -4044802 or 16664514. OLE color: 16664514.
HSL color Cylindrical-coordinate representation of color #C247FE: hue angle of 280.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C247FE is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 71 | 254 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.00 |
| HSL | 280.33º | 0.99% | 0.64% | - |
| HSV(B) | 280.33º | 0.72% | 1% | - |
| XYZ | 42.39 | 23.13 | 96 | - |
| YUV | 128.64 | 198.75 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 254 | 0.24 | 0.72 | 0 | 0.00 | 280.33 | 0.99 | 0.64 |
| Hex | C2 | 47 | FE | 18 | 48 | 0 | 0 | 118 | 63 | 40 |
| Octal | 302 | 107 | 376 | 30 | 110 | 0 | 0 | 430 | 143 | 100 |
| Binary | 11000010 | 1000111 | 11111110 | 11000 | 1001000 | 0 | 0 | 100011000 | 1100011 | 1000000 |
Color Harmonies of #C247FE
Complementary color
Monochromatic Colors of #C247FE
Black with #C247FE
Text Example
Text Example
White with #C247FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C247FE; }
p { color: rgb(194,71,254); }
H1.HeaderClassName
{
color: #C247FE;
}
.AnyTagClassName
{
color: #C247FE;
}
</style>
background-color css
<style>
a { background-color: #C247FE; }
a { background-color: rgb(194,71,254); }
div.DivClassName
{
background-color: #C247FE;
}
.BgClassName
{
background-color: #C247FE;
}
</style>
border-color css
<style>
span { border-color: #C247FE; }
span { border-color: rgb(194,71,254); }
td.TdClassName
{
border-color: #C247FE;
}
.TagClassName
{
border-color: #C247FE;
}
</style>