Shades of Medium Orchid #C23EFA
Tints of Medium Orchid #C23EFA
RGB
CMYK
RGB Variations
Color information
#C23EFA (or 0xC23EFA) is known color: Medium Orchid. HEX triplet: C2, 3E and FA. RGB value is (194,62,250). Sum of RGB (Red+Green+Blue) = 194+62+250=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 62 (24.61% from 255 or 12.25% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 250 - color contains mainly: blue. Hex color #C23EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EFA is #3DC105. Grayscale: #7A7A7A. Windows color (decimal): -4047110 or 16400066. OLE color: 16400066.
HSL color Cylindrical-coordinate representation of color #C23EFA: hue angle of 282.13º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23EFA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 62 | 250 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.13º | 0.95% | 0.61% | - |
| HSV(B) | 282.13º | 0.75% | 0.98% | - |
| XYZ | 41.23 | 21.82 | 92.48 | - |
| YUV | 122.9 | 199.73 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 250 | 0.22 | 0.75 | 0 | 0.02 | 282.13 | 0.95 | 0.61 |
| Hex | C2 | 3E | FA | 16 | 4B | 0 | 2 | 11A | 5F | 3D |
| Octal | 302 | 76 | 372 | 26 | 113 | 0 | 2 | 432 | 137 | 75 |
| Binary | 11000010 | 111110 | 11111010 | 10110 | 1001011 | 0 | 10 | 100011010 | 1011111 | 111101 |
Color Harmonies of #C23EFA
Complementary color
Monochromatic Colors of #C23EFA
Black with #C23EFA
Text Example
Text Example
White with #C23EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EFA; }
p { color: rgb(194,62,250); }
H1.HeaderClassName
{
color: #C23EFA;
}
.AnyTagClassName
{
color: #C23EFA;
}
</style>
background-color css
<style>
a { background-color: #C23EFA; }
a { background-color: rgb(194,62,250); }
div.DivClassName
{
background-color: #C23EFA;
}
.BgClassName
{
background-color: #C23EFA;
}
</style>
border-color css
<style>
span { border-color: #C23EFA; }
span { border-color: rgb(194,62,250); }
td.TdClassName
{
border-color: #C23EFA;
}
.TagClassName
{
border-color: #C23EFA;
}
</style>