Shades of Medium Orchid #C23BFB
Tints of Medium Orchid #C23BFB
RGB
CMYK
RGB Variations
Color information
#C23BFB (or 0xC23BFB) is known color: Medium Orchid. HEX triplet: C2, 3B and FB. RGB value is (194,59,251). Sum of RGB (Red+Green+Blue) = 194+59+251=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #C23BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23BFB is #3DC404. Grayscale: #787878. Windows color (decimal): -4047877 or 16464834. OLE color: 16464834.
HSL color Cylindrical-coordinate representation of color #C23BFB: hue angle of 282.19º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23BFB is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 59 | 251 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.02 |
| HSL | 282.19º | 0.96% | 0.61% | - |
| HSV(B) | 282.19º | 0.76% | 0.98% | - |
| XYZ | 41.22 | 21.56 | 93.26 | - |
| YUV | 121.25 | 201.23 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 251 | 0.23 | 0.76 | 0 | 0.02 | 282.19 | 0.96 | 0.61 |
| Hex | C2 | 3B | FB | 17 | 4C | 0 | 2 | 11A | 60 | 3D |
| Octal | 302 | 73 | 373 | 27 | 114 | 0 | 2 | 432 | 140 | 75 |
| Binary | 11000010 | 111011 | 11111011 | 10111 | 1001100 | 0 | 10 | 100011010 | 1100000 | 111101 |
Color Harmonies of #C23BFB
Complementary color
Monochromatic Colors of #C23BFB
Black with #C23BFB
Text Example
Text Example
White with #C23BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23BFB; }
p { color: rgb(194,59,251); }
H1.HeaderClassName
{
color: #C23BFB;
}
.AnyTagClassName
{
color: #C23BFB;
}
</style>
background-color css
<style>
a { background-color: #C23BFB; }
a { background-color: rgb(194,59,251); }
div.DivClassName
{
background-color: #C23BFB;
}
.BgClassName
{
background-color: #C23BFB;
}
</style>
border-color css
<style>
span { border-color: #C23BFB; }
span { border-color: rgb(194,59,251); }
td.TdClassName
{
border-color: #C23BFB;
}
.TagClassName
{
border-color: #C23BFB;
}
</style>