Shades of Medium Orchid #C246FD
Tints of Medium Orchid #C246FD
RGB
CMYK
RGB Variations
Color information
#C246FD (or 0xC246FD) is known color: Medium Orchid. HEX triplet: C2, 46 and FD. RGB value is (194,70,253). Sum of RGB (Red+Green+Blue) = 194+70+253=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 70 (27.73% from 255 or 13.54% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #C246FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246FD is #3DB902. Grayscale: #7F7F7F. Windows color (decimal): -4045059 or 16598722. OLE color: 16598722.
HSL color Cylindrical-coordinate representation of color #C246FD: hue angle of 280.66º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C246FD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 70 | 253 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 280.66º | 0.98% | 0.63% | - |
| HSV(B) | 280.66º | 0.72% | 0.99% | - |
| XYZ | 42.17 | 22.94 | 95.13 | - |
| YUV | 127.94 | 198.58 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 253 | 0.23 | 0.72 | 0 | 0.01 | 280.66 | 0.98 | 0.63 |
| Hex | C2 | 46 | FD | 17 | 48 | 0 | 1 | 119 | 62 | 3F |
| Octal | 302 | 106 | 375 | 27 | 110 | 0 | 1 | 431 | 142 | 77 |
| Binary | 11000010 | 1000110 | 11111101 | 10111 | 1001000 | 0 | 1 | 100011001 | 1100010 | 111111 |
Color Harmonies of #C246FD
Complementary color
Monochromatic Colors of #C246FD
Black with #C246FD
Text Example
Text Example
White with #C246FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246FD; }
p { color: rgb(194,70,253); }
H1.HeaderClassName
{
color: #C246FD;
}
.AnyTagClassName
{
color: #C246FD;
}
</style>
background-color css
<style>
a { background-color: #C246FD; }
a { background-color: rgb(194,70,253); }
div.DivClassName
{
background-color: #C246FD;
}
.BgClassName
{
background-color: #C246FD;
}
</style>
border-color css
<style>
span { border-color: #C246FD; }
span { border-color: rgb(194,70,253); }
td.TdClassName
{
border-color: #C246FD;
}
.TagClassName
{
border-color: #C246FD;
}
</style>