Shades of Medium Orchid #C33AE0
Tints of Medium Orchid #C33AE0
RGB
CMYK
RGB Variations
Color information
#C33AE0 (or 0xC33AE0) is known color: Medium Orchid. HEX triplet: C3, 3A and E0. RGB value is (195,58,224). Sum of RGB (Red+Green+Blue) = 195+58+224=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 58 (23.05% from 255 or 12.16% from 477); Blue value is 224 (87.89% from 255 or 46.96% from 477); Max value from RGB is 224 - color contains mainly: blue. Hex color #C33AE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AE0 is #3CC51F. Grayscale: #757575. Windows color (decimal): -3982624 or 14695107. OLE color: 14695107.
HSL color Cylindrical-coordinate representation of color #C33AE0: hue angle of 289.52º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33AE0 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 58 | 224 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.12 |
| HSL | 289.52º | 0.73% | 0.55% | - |
| HSV(B) | 289.52º | 0.74% | 0.88% | - |
| XYZ | 37.47 | 20.01 | 72.41 | - |
| YUV | 117.89 | 187.89 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 224 | 0.13 | 0.74 | 0 | 0.12 | 289.52 | 0.73 | 0.55 |
| Hex | C3 | 3A | E0 | D | 4A | 0 | C | 122 | 49 | 37 |
| Octal | 303 | 72 | 340 | 15 | 112 | 0 | 14 | 442 | 111 | 67 |
| Binary | 11000011 | 111010 | 11100000 | 1101 | 1001010 | 0 | 1100 | 100100010 | 1001001 | 110111 |
Color Harmonies of #C33AE0
Complementary color
Monochromatic Colors of #C33AE0
Black with #C33AE0
Text Example
Text Example
White with #C33AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AE0; }
p { color: rgb(195,58,224); }
H1.HeaderClassName
{
color: #C33AE0;
}
.AnyTagClassName
{
color: #C33AE0;
}
</style>
background-color css
<style>
a { background-color: #C33AE0; }
a { background-color: rgb(195,58,224); }
div.DivClassName
{
background-color: #C33AE0;
}
.BgClassName
{
background-color: #C33AE0;
}
</style>
border-color css
<style>
span { border-color: #C33AE0; }
span { border-color: rgb(195,58,224); }
td.TdClassName
{
border-color: #C33AE0;
}
.TagClassName
{
border-color: #C33AE0;
}
</style>