Shades of Medium Orchid #C245FB
Tints of Medium Orchid #C245FB
RGB
CMYK
RGB Variations
Color information
#C245FB (or 0xC245FB) is known color: Medium Orchid. HEX triplet: C2, 45 and FB. RGB value is (194,69,251). Sum of RGB (Red+Green+Blue) = 194+69+251=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #C245FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C245FB is #3DBA04. Grayscale: #7E7E7E. Windows color (decimal): -4045317 or 16467394. OLE color: 16467394.
HSL color Cylindrical-coordinate representation of color #C245FB: hue angle of 281.21º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C245FB is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 69 | 251 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.02 |
| HSL | 281.21º | 0.96% | 0.63% | - |
| HSV(B) | 281.21º | 0.73% | 0.98% | - |
| XYZ | 41.79 | 22.69 | 93.44 | - |
| YUV | 127.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 251 | 0.23 | 0.73 | 0 | 0.02 | 281.21 | 0.96 | 0.63 |
| Hex | C2 | 45 | FB | 17 | 49 | 0 | 2 | 119 | 60 | 3F |
| Octal | 302 | 105 | 373 | 27 | 111 | 0 | 2 | 431 | 140 | 77 |
| Binary | 11000010 | 1000101 | 11111011 | 10111 | 1001001 | 0 | 10 | 100011001 | 1100000 | 111111 |
Color Harmonies of #C245FB
Complementary color
Monochromatic Colors of #C245FB
Black with #C245FB
Text Example
Text Example
White with #C245FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C245FB; }
p { color: rgb(194,69,251); }
H1.HeaderClassName
{
color: #C245FB;
}
.AnyTagClassName
{
color: #C245FB;
}
</style>
background-color css
<style>
a { background-color: #C245FB; }
a { background-color: rgb(194,69,251); }
div.DivClassName
{
background-color: #C245FB;
}
.BgClassName
{
background-color: #C245FB;
}
</style>
border-color css
<style>
span { border-color: #C245FB; }
span { border-color: rgb(194,69,251); }
td.TdClassName
{
border-color: #C245FB;
}
.TagClassName
{
border-color: #C245FB;
}
</style>