Shades of Medium Orchid #C23BFE
Tints of Medium Orchid #C23BFE
RGB
CMYK
RGB Variations
Color information
#C23BFE (or 0xC23BFE) is known color: Medium Orchid. HEX triplet: C2, 3B and FE. RGB value is (194,59,254). Sum of RGB (Red+Green+Blue) = 194+59+254=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 59 (23.44% from 255 or 11.64% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #C23BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BFE is #3DC401. Grayscale: #787878. Windows color (decimal): -4047874 or 16661442. OLE color: 16661442.
HSL color Cylindrical-coordinate representation of color #C23BFE: hue angle of 281.54º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C23BFE is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 59 | 254 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.00 |
| HSL | 281.54º | 0.99% | 0.61% | - |
| HSV(B) | 281.54º | 0.77% | 1% | - |
| XYZ | 41.7 | 21.75 | 95.77 | - |
| YUV | 121.6 | 202.73 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 254 | 0.24 | 0.77 | 0 | 0.00 | 281.54 | 0.99 | 0.61 |
| Hex | C2 | 3B | FE | 18 | 4D | 0 | 0 | 11A | 63 | 3D |
| Octal | 302 | 73 | 376 | 30 | 115 | 0 | 0 | 432 | 143 | 75 |
| Binary | 11000010 | 111011 | 11111110 | 11000 | 1001101 | 0 | 0 | 100011010 | 1100011 | 111101 |
Color Harmonies of #C23BFE
Complementary color
Monochromatic Colors of #C23BFE
Black with #C23BFE
Text Example
Text Example
White with #C23BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BFE; }
p { color: rgb(194,59,254); }
H1.HeaderClassName
{
color: #C23BFE;
}
.AnyTagClassName
{
color: #C23BFE;
}
</style>
background-color css
<style>
a { background-color: #C23BFE; }
a { background-color: rgb(194,59,254); }
div.DivClassName
{
background-color: #C23BFE;
}
.BgClassName
{
background-color: #C23BFE;
}
</style>
border-color css
<style>
span { border-color: #C23BFE; }
span { border-color: rgb(194,59,254); }
td.TdClassName
{
border-color: #C23BFE;
}
.TagClassName
{
border-color: #C23BFE;
}
</style>