Shades of Medium Orchid #C23AFB
Tints of Medium Orchid #C23AFB
RGB
CMYK
RGB Variations
Color information
#C23AFB (or 0xC23AFB) is known color: Medium Orchid. HEX triplet: C2, 3A and FB. RGB value is (194,58,251). Sum of RGB (Red+Green+Blue) = 194+58+251=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 58 (23.05% from 255 or 11.53% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C23AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AFB is #3DC504. Grayscale: #787878. Windows color (decimal): -4048133 or 16464578. OLE color: 16464578.
HSL color Cylindrical-coordinate representation of color #C23AFB: hue angle of 282.28º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C23AFB is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 58 | 251 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.02 |
| HSL | 282.28º | 0.96% | 0.61% | - |
| HSV(B) | 282.28º | 0.77% | 0.98% | - |
| XYZ | 41.17 | 21.46 | 93.24 | - |
| YUV | 120.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 251 | 0.23 | 0.77 | 0 | 0.02 | 282.28 | 0.96 | 0.61 |
| Hex | C2 | 3A | FB | 17 | 4D | 0 | 2 | 11A | 60 | 3D |
| Octal | 302 | 72 | 373 | 27 | 115 | 0 | 2 | 432 | 140 | 75 |
| Binary | 11000010 | 111010 | 11111011 | 10111 | 1001101 | 0 | 10 | 100011010 | 1100000 | 111101 |
Color Harmonies of #C23AFB
Complementary color
Monochromatic Colors of #C23AFB
Black with #C23AFB
Text Example
Text Example
White with #C23AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AFB; }
p { color: rgb(194,58,251); }
H1.HeaderClassName
{
color: #C23AFB;
}
.AnyTagClassName
{
color: #C23AFB;
}
</style>
background-color css
<style>
a { background-color: #C23AFB; }
a { background-color: rgb(194,58,251); }
div.DivClassName
{
background-color: #C23AFB;
}
.BgClassName
{
background-color: #C23AFB;
}
</style>
border-color css
<style>
span { border-color: #C23AFB; }
span { border-color: rgb(194,58,251); }
td.TdClassName
{
border-color: #C23AFB;
}
.TagClassName
{
border-color: #C23AFB;
}
</style>