Shades of Medium Orchid #C237FD
Tints of Medium Orchid #C237FD
RGB
CMYK
RGB Variations
Color information
#C237FD (or 0xC237FD) is known color: Medium Orchid. HEX triplet: C2, 37 and FD. RGB value is (194,55,253). Sum of RGB (Red+Green+Blue) = 194+55+253=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 55 (21.88% from 255 or 10.96% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #C237FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C237FD is #3DC802. Grayscale: #767676. Windows color (decimal): -4048899 or 16594882. OLE color: 16594882.
HSL color Cylindrical-coordinate representation of color #C237FD: hue angle of 282.12º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C237FD is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 55 | 253 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.01 |
| HSL | 282.12º | 0.98% | 0.6% | - |
| HSV(B) | 282.12º | 0.78% | 0.99% | - |
| XYZ | 41.34 | 21.29 | 94.86 | - |
| YUV | 119.13 | 203.55 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 253 | 0.23 | 0.78 | 0 | 0.01 | 282.12 | 0.98 | 0.6 |
| Hex | C2 | 37 | FD | 17 | 4E | 0 | 1 | 11A | 62 | 3C |
| Octal | 302 | 67 | 375 | 27 | 116 | 0 | 1 | 432 | 142 | 74 |
| Binary | 11000010 | 110111 | 11111101 | 10111 | 1001110 | 0 | 1 | 100011010 | 1100010 | 111100 |
Color Harmonies of #C237FD
Complementary color
Monochromatic Colors of #C237FD
Black with #C237FD
Text Example
Text Example
White with #C237FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C237FD; }
p { color: rgb(194,55,253); }
H1.HeaderClassName
{
color: #C237FD;
}
.AnyTagClassName
{
color: #C237FD;
}
</style>
background-color css
<style>
a { background-color: #C237FD; }
a { background-color: rgb(194,55,253); }
div.DivClassName
{
background-color: #C237FD;
}
.BgClassName
{
background-color: #C237FD;
}
</style>
border-color css
<style>
span { border-color: #C237FD; }
span { border-color: rgb(194,55,253); }
td.TdClassName
{
border-color: #C237FD;
}
.TagClassName
{
border-color: #C237FD;
}
</style>