Shades of Medium Orchid #C23CF7
Tints of Medium Orchid #C23CF7
RGB
CMYK
RGB Variations
Color information
#C23CF7 (or 0xC23CF7) is known color: Medium Orchid. HEX triplet: C2, 3C and F7. RGB value is (194,60,247). Sum of RGB (Red+Green+Blue) = 194+60+247=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 60 (23.83% from 255 or 11.98% from 501); Blue value is 247 (96.88% from 255 or 49.30% from 501); Max value from RGB is 247 - color contains mainly: blue. Hex color #C23CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CF7 is #3DC308. Grayscale: #787878. Windows color (decimal): -4047625 or 16202946. OLE color: 16202946.
HSL color Cylindrical-coordinate representation of color #C23CF7: hue angle of 282.99º degrees, saturation: 0.92, 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 #C23CF7 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 60 | 247 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.03 |
| HSL | 282.99º | 0.92% | 0.6% | - |
| HSV(B) | 282.99º | 0.76% | 0.97% | - |
| XYZ | 40.65 | 21.42 | 89.99 | - |
| YUV | 121.38 | 198.89 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 247 | 0.21 | 0.76 | 0 | 0.03 | 282.99 | 0.92 | 0.6 |
| Hex | C2 | 3C | F7 | 15 | 4C | 0 | 3 | 11B | 5C | 3C |
| Octal | 302 | 74 | 367 | 25 | 114 | 0 | 3 | 433 | 134 | 74 |
| Binary | 11000010 | 111100 | 11110111 | 10101 | 1001100 | 0 | 11 | 100011011 | 1011100 | 111100 |
Color Harmonies of #C23CF7
Complementary color
Monochromatic Colors of #C23CF7
Black with #C23CF7
Text Example
Text Example
White with #C23CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CF7; }
p { color: rgb(194,60,247); }
H1.HeaderClassName
{
color: #C23CF7;
}
.AnyTagClassName
{
color: #C23CF7;
}
</style>
background-color css
<style>
a { background-color: #C23CF7; }
a { background-color: rgb(194,60,247); }
div.DivClassName
{
background-color: #C23CF7;
}
.BgClassName
{
background-color: #C23CF7;
}
</style>
border-color css
<style>
span { border-color: #C23CF7; }
span { border-color: rgb(194,60,247); }
td.TdClassName
{
border-color: #C23CF7;
}
.TagClassName
{
border-color: #C23CF7;
}
</style>