Shades of Medium Orchid #C23CF8
Tints of Medium Orchid #C23CF8
RGB
CMYK
RGB Variations
Color information
#C23CF8 (or 0xC23CF8) is known color: Medium Orchid. HEX triplet: C2, 3C and F8. RGB value is (194,60,248). Sum of RGB (Red+Green+Blue) = 194+60+248=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 248 (97.27% from 255 or 49.40% from 502); Max value from RGB is 248 - color contains mainly: blue. Hex color #C23CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CF8 is #3DC307. Grayscale: #787878. Windows color (decimal): -4047624 or 16268482. OLE color: 16268482.
HSL color Cylindrical-coordinate representation of color #C23CF8: hue angle of 282.77º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23CF8 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 60 | 248 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.03 |
| HSL | 282.77º | 0.93% | 0.6% | - |
| HSV(B) | 282.77º | 0.76% | 0.97% | - |
| XYZ | 40.81 | 21.48 | 90.8 | - |
| YUV | 121.5 | 199.39 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 248 | 0.22 | 0.76 | 0 | 0.03 | 282.77 | 0.93 | 0.6 |
| Hex | C2 | 3C | F8 | 16 | 4C | 0 | 3 | 11B | 5D | 3C |
| Octal | 302 | 74 | 370 | 26 | 114 | 0 | 3 | 433 | 135 | 74 |
| Binary | 11000010 | 111100 | 11111000 | 10110 | 1001100 | 0 | 11 | 100011011 | 1011101 | 111100 |
Color Harmonies of #C23CF8
Complementary color
Monochromatic Colors of #C23CF8
Black with #C23CF8
Text Example
Text Example
White with #C23CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CF8; }
p { color: rgb(194,60,248); }
H1.HeaderClassName
{
color: #C23CF8;
}
.AnyTagClassName
{
color: #C23CF8;
}
</style>
background-color css
<style>
a { background-color: #C23CF8; }
a { background-color: rgb(194,60,248); }
div.DivClassName
{
background-color: #C23CF8;
}
.BgClassName
{
background-color: #C23CF8;
}
</style>
border-color css
<style>
span { border-color: #C23CF8; }
span { border-color: rgb(194,60,248); }
td.TdClassName
{
border-color: #C23CF8;
}
.TagClassName
{
border-color: #C23CF8;
}
</style>