Shades of Medium Orchid #C23EFF
Tints of Medium Orchid #C23EFF
RGB
CMYK
RGB Variations
Color information
#C23EFF (or 0xC23EFF) is known color: Medium Orchid. HEX triplet: C2, 3E and FF. RGB value is (194,62,255). Sum of RGB (Red+Green+Blue) = 194+62+255=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #C23EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23EFF is #3DC100. Grayscale: #7A7A7A. Windows color (decimal): -4047105 or 16727746. OLE color: 16727746.
HSL color Cylindrical-coordinate representation of color #C23EFF: hue angle of 281.04º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C23EFF is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 62 | 255 | - |
| CMYK | 0.24 | 0.76 | 0 | 0 |
| HSL | 281.04º | 1% | 0.62% | - |
| HSV(B) | 281.04º | 0.76% | 1% | - |
| XYZ | 42.02 | 22.13 | 96.67 | - |
| YUV | 123.47 | 202.23 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 255 | 0.24 | 0.76 | 0 | 0 | 281.04 | 1 | 0.62 |
| Hex | C2 | 3E | FF | 18 | 4C | 0 | 0 | 119 | 64 | 3E |
| Octal | 302 | 76 | 377 | 30 | 114 | 0 | 0 | 431 | 144 | 76 |
| Binary | 11000010 | 111110 | 11111111 | 11000 | 1001100 | 0 | 0 | 100011001 | 1100100 | 111110 |
Color Harmonies of #C23EFF
Complementary color
Monochromatic Colors of #C23EFF
Black with #C23EFF
Text Example
Text Example
White with #C23EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EFF; }
p { color: rgb(194,62,255); }
H1.HeaderClassName
{
color: #C23EFF;
}
.AnyTagClassName
{
color: #C23EFF;
}
</style>
background-color css
<style>
a { background-color: #C23EFF; }
a { background-color: rgb(194,62,255); }
div.DivClassName
{
background-color: #C23EFF;
}
.BgClassName
{
background-color: #C23EFF;
}
</style>
border-color css
<style>
span { border-color: #C23EFF; }
span { border-color: rgb(194,62,255); }
td.TdClassName
{
border-color: #C23EFF;
}
.TagClassName
{
border-color: #C23EFF;
}
</style>