Shades of Medium Orchid #C23BFC
Tints of Medium Orchid #C23BFC
RGB
CMYK
RGB Variations
Color information
#C23BFC (or 0xC23BFC) is known color: Medium Orchid. HEX triplet: C2, 3B and FC. RGB value is (194,59,252). Sum of RGB (Red+Green+Blue) = 194+59+252=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #C23BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BFC is #3DC403. Grayscale: #787878. Windows color (decimal): -4047876 or 16530370. OLE color: 16530370.
HSL color Cylindrical-coordinate representation of color #C23BFC: hue angle of 281.97º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C23BFC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 59 | 252 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.01 |
| HSL | 281.97º | 0.97% | 0.61% | - |
| HSV(B) | 281.97º | 0.77% | 0.99% | - |
| XYZ | 41.38 | 21.63 | 94.09 | - |
| YUV | 121.37 | 201.73 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 252 | 0.23 | 0.77 | 0 | 0.01 | 281.97 | 0.97 | 0.61 |
| Hex | C2 | 3B | FC | 17 | 4D | 0 | 1 | 11A | 61 | 3D |
| Octal | 302 | 73 | 374 | 27 | 115 | 0 | 1 | 432 | 141 | 75 |
| Binary | 11000010 | 111011 | 11111100 | 10111 | 1001101 | 0 | 1 | 100011010 | 1100001 | 111101 |
Color Harmonies of #C23BFC
Complementary color
Monochromatic Colors of #C23BFC
Black with #C23BFC
Text Example
Text Example
White with #C23BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BFC; }
p { color: rgb(194,59,252); }
H1.HeaderClassName
{
color: #C23BFC;
}
.AnyTagClassName
{
color: #C23BFC;
}
</style>
background-color css
<style>
a { background-color: #C23BFC; }
a { background-color: rgb(194,59,252); }
div.DivClassName
{
background-color: #C23BFC;
}
.BgClassName
{
background-color: #C23BFC;
}
</style>
border-color css
<style>
span { border-color: #C23BFC; }
span { border-color: rgb(194,59,252); }
td.TdClassName
{
border-color: #C23BFC;
}
.TagClassName
{
border-color: #C23BFC;
}
</style>