Shades of Medium Orchid #C23CFE
Tints of Medium Orchid #C23CFE
RGB
CMYK
RGB Variations
Color information
#C23CFE (or 0xC23CFE) is known color: Medium Orchid. HEX triplet: C2, 3C and FE. RGB value is (194,60,254). Sum of RGB (Red+Green+Blue) = 194+60+254=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 60 (23.83% from 255 or 11.81% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #C23CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23CFE is #3DC301. Grayscale: #797979. Windows color (decimal): -4047618 or 16661698. OLE color: 16661698.
HSL color Cylindrical-coordinate representation of color #C23CFE: hue angle of 281.44º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23CFE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 60 | 254 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.00 |
| HSL | 281.44º | 0.99% | 0.62% | - |
| HSV(B) | 281.44º | 0.76% | 1% | - |
| XYZ | 41.75 | 21.86 | 95.78 | - |
| YUV | 122.18 | 202.39 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 254 | 0.24 | 0.76 | 0 | 0.00 | 281.44 | 0.99 | 0.62 |
| Hex | C2 | 3C | FE | 18 | 4C | 0 | 0 | 119 | 63 | 3E |
| Octal | 302 | 74 | 376 | 30 | 114 | 0 | 0 | 431 | 143 | 76 |
| Binary | 11000010 | 111100 | 11111110 | 11000 | 1001100 | 0 | 0 | 100011001 | 1100011 | 111110 |
Color Harmonies of #C23CFE
Complementary color
Monochromatic Colors of #C23CFE
Black with #C23CFE
Text Example
Text Example
White with #C23CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CFE; }
p { color: rgb(194,60,254); }
H1.HeaderClassName
{
color: #C23CFE;
}
.AnyTagClassName
{
color: #C23CFE;
}
</style>
background-color css
<style>
a { background-color: #C23CFE; }
a { background-color: rgb(194,60,254); }
div.DivClassName
{
background-color: #C23CFE;
}
.BgClassName
{
background-color: #C23CFE;
}
</style>
border-color css
<style>
span { border-color: #C23CFE; }
span { border-color: rgb(194,60,254); }
td.TdClassName
{
border-color: #C23CFE;
}
.TagClassName
{
border-color: #C23CFE;
}
</style>