Shades of Medium Orchid #C23AFC
Tints of Medium Orchid #C23AFC
RGB
CMYK
RGB Variations
Color information
#C23AFC (or 0xC23AFC) is known color: Medium Orchid. HEX triplet: C2, 3A and FC. RGB value is (194,58,252). Sum of RGB (Red+Green+Blue) = 194+58+252=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #C23AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AFC is #3DC503. Grayscale: #787878. Windows color (decimal): -4048132 or 16530114. OLE color: 16530114.
HSL color Cylindrical-coordinate representation of color #C23AFC: hue angle of 282.06º 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 #C23AFC is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 58 | 252 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.01 |
| HSL | 282.06º | 0.97% | 0.61% | - |
| HSV(B) | 282.06º | 0.77% | 0.99% | - |
| XYZ | 41.33 | 21.52 | 94.07 | - |
| YUV | 120.78 | 202.06 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 252 | 0.23 | 0.77 | 0 | 0.01 | 282.06 | 0.97 | 0.61 |
| Hex | C2 | 3A | FC | 17 | 4D | 0 | 1 | 11A | 61 | 3D |
| Octal | 302 | 72 | 374 | 27 | 115 | 0 | 1 | 432 | 141 | 75 |
| Binary | 11000010 | 111010 | 11111100 | 10111 | 1001101 | 0 | 1 | 100011010 | 1100001 | 111101 |
Color Harmonies of #C23AFC
Complementary color
Monochromatic Colors of #C23AFC
Black with #C23AFC
Text Example
Text Example
White with #C23AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AFC; }
p { color: rgb(194,58,252); }
H1.HeaderClassName
{
color: #C23AFC;
}
.AnyTagClassName
{
color: #C23AFC;
}
</style>
background-color css
<style>
a { background-color: #C23AFC; }
a { background-color: rgb(194,58,252); }
div.DivClassName
{
background-color: #C23AFC;
}
.BgClassName
{
background-color: #C23AFC;
}
</style>
border-color css
<style>
span { border-color: #C23AFC; }
span { border-color: rgb(194,58,252); }
td.TdClassName
{
border-color: #C23AFC;
}
.TagClassName
{
border-color: #C23AFC;
}
</style>