Shades of Medium Orchid #C23FFA
Tints of Medium Orchid #C23FFA
RGB
CMYK
RGB Variations
Color information
#C23FFA (or 0xC23FFA) is known color: Medium Orchid. HEX triplet: C2, 3F and FA. RGB value is (194,63,250). Sum of RGB (Red+Green+Blue) = 194+63+250=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C23FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23FFA is #3DC005. Grayscale: #7A7A7A. Windows color (decimal): -4046854 or 16400322. OLE color: 16400322.
HSL color Cylindrical-coordinate representation of color #C23FFA: hue angle of 282.03º 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 #C23FFA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 63 | 250 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.03º | 0.95% | 0.61% | - |
| HSV(B) | 282.03º | 0.75% | 0.98% | - |
| XYZ | 41.28 | 21.93 | 92.5 | - |
| YUV | 123.49 | 199.4 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 63 | 250 | 0.22 | 0.75 | 0 | 0.02 | 282.03 | 0.95 | 0.61 |
| Hex | C2 | 3F | FA | 16 | 4B | 0 | 2 | 11A | 5F | 3D |
| Octal | 302 | 77 | 372 | 26 | 113 | 0 | 2 | 432 | 137 | 75 |
| Binary | 11000010 | 111111 | 11111010 | 10110 | 1001011 | 0 | 10 | 100011010 | 1011111 | 111101 |
Color Harmonies of #C23FFA
Complementary color
Monochromatic Colors of #C23FFA
Black with #C23FFA
Text Example
Text Example
White with #C23FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23FFA; }
p { color: rgb(194,63,250); }
H1.HeaderClassName
{
color: #C23FFA;
}
.AnyTagClassName
{
color: #C23FFA;
}
</style>
background-color css
<style>
a { background-color: #C23FFA; }
a { background-color: rgb(194,63,250); }
div.DivClassName
{
background-color: #C23FFA;
}
.BgClassName
{
background-color: #C23FFA;
}
</style>
border-color css
<style>
span { border-color: #C23FFA; }
span { border-color: rgb(194,63,250); }
td.TdClassName
{
border-color: #C23FFA;
}
.TagClassName
{
border-color: #C23FFA;
}
</style>