Shades of Medium Orchid #C33AEC
Tints of Medium Orchid #C33AEC
RGB
CMYK
RGB Variations
Color information
#C33AEC (or 0xC33AEC) is known color: Medium Orchid. HEX triplet: C3, 3A and EC. RGB value is (195,58,236). Sum of RGB (Red+Green+Blue) = 195+58+236=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #C33AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AEC is #3CC513. Grayscale: #767676. Windows color (decimal): -3982612 or 15481539. OLE color: 15481539.
HSL color Cylindrical-coordinate representation of color #C33AEC: hue angle of 286.18º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33AEC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 58 | 236 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.07 |
| HSL | 286.18º | 0.82% | 0.58% | - |
| HSV(B) | 286.18º | 0.75% | 0.93% | - |
| XYZ | 39.16 | 20.68 | 81.29 | - |
| YUV | 119.26 | 193.89 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 236 | 0.17 | 0.75 | 0 | 0.07 | 286.18 | 0.82 | 0.58 |
| Hex | C3 | 3A | EC | 11 | 4B | 0 | 7 | 11E | 52 | 3A |
| Octal | 303 | 72 | 354 | 21 | 113 | 0 | 7 | 436 | 122 | 72 |
| Binary | 11000011 | 111010 | 11101100 | 10001 | 1001011 | 0 | 111 | 100011110 | 1010010 | 111010 |
Color Harmonies of #C33AEC
Complementary color
Monochromatic Colors of #C33AEC
Black with #C33AEC
Text Example
Text Example
White with #C33AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AEC; }
p { color: rgb(195,58,236); }
H1.HeaderClassName
{
color: #C33AEC;
}
.AnyTagClassName
{
color: #C33AEC;
}
</style>
background-color css
<style>
a { background-color: #C33AEC; }
a { background-color: rgb(195,58,236); }
div.DivClassName
{
background-color: #C33AEC;
}
.BgClassName
{
background-color: #C33AEC;
}
</style>
border-color css
<style>
span { border-color: #C33AEC; }
span { border-color: rgb(195,58,236); }
td.TdClassName
{
border-color: #C33AEC;
}
.TagClassName
{
border-color: #C33AEC;
}
</style>