Shades of Medium Orchid #C245FD
Tints of Medium Orchid #C245FD
RGB
CMYK
RGB Variations
Color information
#C245FD (or 0xC245FD) is known color: Medium Orchid. HEX triplet: C2, 45 and FD. RGB value is (194,69,253). Sum of RGB (Red+Green+Blue) = 194+69+253=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #C245FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245FD is #3DBA02. Grayscale: #7E7E7E. Windows color (decimal): -4045315 or 16598466. OLE color: 16598466.
HSL color Cylindrical-coordinate representation of color #C245FD: hue angle of 280.76º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C245FD is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 69 | 253 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.01 |
| HSL | 280.76º | 0.98% | 0.63% | - |
| HSV(B) | 280.76º | 0.73% | 0.99% | - |
| XYZ | 42.11 | 22.82 | 95.11 | - |
| YUV | 127.35 | 198.91 | 175.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 253 | 0.23 | 0.73 | 0 | 0.01 | 280.76 | 0.98 | 0.63 |
| Hex | C2 | 45 | FD | 17 | 49 | 0 | 1 | 119 | 62 | 3F |
| Octal | 302 | 105 | 375 | 27 | 111 | 0 | 1 | 431 | 142 | 77 |
| Binary | 11000010 | 1000101 | 11111101 | 10111 | 1001001 | 0 | 1 | 100011001 | 1100010 | 111111 |
Color Harmonies of #C245FD
Complementary color
Monochromatic Colors of #C245FD
Black with #C245FD
Text Example
Text Example
White with #C245FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245FD; }
p { color: rgb(194,69,253); }
H1.HeaderClassName
{
color: #C245FD;
}
.AnyTagClassName
{
color: #C245FD;
}
</style>
background-color css
<style>
a { background-color: #C245FD; }
a { background-color: rgb(194,69,253); }
div.DivClassName
{
background-color: #C245FD;
}
.BgClassName
{
background-color: #C245FD;
}
</style>
border-color css
<style>
span { border-color: #C245FD; }
span { border-color: rgb(194,69,253); }
td.TdClassName
{
border-color: #C245FD;
}
.TagClassName
{
border-color: #C245FD;
}
</style>