Shades of Medium Orchid #C238FC
Tints of Medium Orchid #C238FC
RGB
CMYK
RGB Variations
Color information
#C238FC (or 0xC238FC) is known color: Medium Orchid. HEX triplet: C2, 38 and FC. RGB value is (194,56,252). Sum of RGB (Red+Green+Blue) = 194+56+252=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 56 (22.27% from 255 or 11.16% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #C238FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C238FC is #3DC703. Grayscale: #767676. Windows color (decimal): -4048644 or 16529602. OLE color: 16529602.
HSL color Cylindrical-coordinate representation of color #C238FC: hue angle of 282.24º degrees, saturation: 0.97, 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 #C238FC is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 56 | 252 | - |
| CMYK | 0.23 | 0.78 | 0 | 0.01 |
| HSL | 282.24º | 0.97% | 0.6% | - |
| HSV(B) | 282.24º | 0.78% | 0.99% | - |
| XYZ | 41.23 | 21.33 | 94.04 | - |
| YUV | 119.61 | 202.72 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 252 | 0.23 | 0.78 | 0 | 0.01 | 282.24 | 0.97 | 0.6 |
| Hex | C2 | 38 | FC | 17 | 4E | 0 | 1 | 11A | 61 | 3C |
| Octal | 302 | 70 | 374 | 27 | 116 | 0 | 1 | 432 | 141 | 74 |
| Binary | 11000010 | 111000 | 11111100 | 10111 | 1001110 | 0 | 1 | 100011010 | 1100001 | 111100 |
Color Harmonies of #C238FC
Complementary color
Monochromatic Colors of #C238FC
Black with #C238FC
Text Example
Text Example
White with #C238FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C238FC; }
p { color: rgb(194,56,252); }
H1.HeaderClassName
{
color: #C238FC;
}
.AnyTagClassName
{
color: #C238FC;
}
</style>
background-color css
<style>
a { background-color: #C238FC; }
a { background-color: rgb(194,56,252); }
div.DivClassName
{
background-color: #C238FC;
}
.BgClassName
{
background-color: #C238FC;
}
</style>
border-color css
<style>
span { border-color: #C238FC; }
span { border-color: rgb(194,56,252); }
td.TdClassName
{
border-color: #C238FC;
}
.TagClassName
{
border-color: #C238FC;
}
</style>