Shades of Medium Orchid #C23AFF
Tints of Medium Orchid #C23AFF
RGB
CMYK
RGB Variations
Color information
#C23AFF (or 0xC23AFF) is known color: Medium Orchid. HEX triplet: C2, 3A and FF. RGB value is (194,58,255). Sum of RGB (Red+Green+Blue) = 194+58+255=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 58 (23.05% from 255 or 11.44% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #C23AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C23AFF is #3DC500. Grayscale: #787878. Windows color (decimal): -4048129 or 16726722. OLE color: 16726722.
HSL color Cylindrical-coordinate representation of color #C23AFF: hue angle of 281.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C23AFF is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 58 | 255 | - |
| CMYK | 0.24 | 0.77 | 0 | 0 |
| HSL | 281.42º | 1% | 0.61% | - |
| HSV(B) | 281.42º | 0.77% | 1% | - |
| XYZ | 41.81 | 21.72 | 96.6 | - |
| YUV | 121.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 255 | 0.24 | 0.77 | 0 | 0 | 281.42 | 1 | 0.61 |
| Hex | C2 | 3A | FF | 18 | 4D | 0 | 0 | 119 | 64 | 3D |
| Octal | 302 | 72 | 377 | 30 | 115 | 0 | 0 | 431 | 144 | 75 |
| Binary | 11000010 | 111010 | 11111111 | 11000 | 1001101 | 0 | 0 | 100011001 | 1100100 | 111101 |
Color Harmonies of #C23AFF
Complementary color
Monochromatic Colors of #C23AFF
Black with #C23AFF
Text Example
Text Example
White with #C23AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23AFF; }
p { color: rgb(194,58,255); }
H1.HeaderClassName
{
color: #C23AFF;
}
.AnyTagClassName
{
color: #C23AFF;
}
</style>
background-color css
<style>
a { background-color: #C23AFF; }
a { background-color: rgb(194,58,255); }
div.DivClassName
{
background-color: #C23AFF;
}
.BgClassName
{
background-color: #C23AFF;
}
</style>
border-color css
<style>
span { border-color: #C23AFF; }
span { border-color: rgb(194,58,255); }
td.TdClassName
{
border-color: #C23AFF;
}
.TagClassName
{
border-color: #C23AFF;
}
</style>