Shades of Medium Orchid #C23CF0
Tints of Medium Orchid #C23CF0
RGB
CMYK
RGB Variations
Color information
#C23CF0 (or 0xC23CF0) is known color: Medium Orchid. HEX triplet: C2, 3C and F0. RGB value is (194,60,240). Sum of RGB (Red+Green+Blue) = 194+60+240=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #C23CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CF0 is #3DC30F. Grayscale: #787878. Windows color (decimal): -4047632 or 15744194. OLE color: 15744194.
HSL color Cylindrical-coordinate representation of color #C23CF0: hue angle of 284.67º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23CF0 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 60 | 240 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.06 |
| HSL | 284.67º | 0.86% | 0.59% | - |
| HSV(B) | 284.67º | 0.75% | 0.94% | - |
| XYZ | 39.59 | 20.99 | 84.4 | - |
| YUV | 120.59 | 195.39 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 240 | 0.19 | 0.75 | 0 | 0.06 | 284.67 | 0.86 | 0.59 |
| Hex | C2 | 3C | F0 | 13 | 4B | 0 | 6 | 11D | 56 | 3B |
| Octal | 302 | 74 | 360 | 23 | 113 | 0 | 6 | 435 | 126 | 73 |
| Binary | 11000010 | 111100 | 11110000 | 10011 | 1001011 | 0 | 110 | 100011101 | 1010110 | 111011 |
Color Harmonies of #C23CF0
Complementary color
Monochromatic Colors of #C23CF0
Black with #C23CF0
Text Example
Text Example
White with #C23CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CF0; }
p { color: rgb(194,60,240); }
H1.HeaderClassName
{
color: #C23CF0;
}
.AnyTagClassName
{
color: #C23CF0;
}
</style>
background-color css
<style>
a { background-color: #C23CF0; }
a { background-color: rgb(194,60,240); }
div.DivClassName
{
background-color: #C23CF0;
}
.BgClassName
{
background-color: #C23CF0;
}
</style>
border-color css
<style>
span { border-color: #C23CF0; }
span { border-color: rgb(194,60,240); }
td.TdClassName
{
border-color: #C23CF0;
}
.TagClassName
{
border-color: #C23CF0;
}
</style>