Shades of Medium Orchid #C33AEE
Tints of Medium Orchid #C33AEE
RGB
CMYK
RGB Variations
Color information
#C33AEE (or 0xC33AEE) is known color: Medium Orchid. HEX triplet: C3, 3A and EE. RGB value is (195,58,238). Sum of RGB (Red+Green+Blue) = 195+58+238=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 58 (23.05% from 255 or 11.81% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #C33AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AEE is #3CC511. Grayscale: #767676. Windows color (decimal): -3982610 or 15612611. OLE color: 15612611.
HSL color Cylindrical-coordinate representation of color #C33AEE: hue angle of 285.67º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33AEE is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 58 | 238 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.07 |
| HSL | 285.67º | 0.84% | 0.58% | - |
| HSV(B) | 285.67º | 0.76% | 0.93% | - |
| XYZ | 39.45 | 20.8 | 82.82 | - |
| YUV | 119.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 238 | 0.18 | 0.76 | 0 | 0.07 | 285.67 | 0.84 | 0.58 |
| Hex | C3 | 3A | EE | 12 | 4C | 0 | 7 | 11E | 54 | 3A |
| Octal | 303 | 72 | 356 | 22 | 114 | 0 | 7 | 436 | 124 | 72 |
| Binary | 11000011 | 111010 | 11101110 | 10010 | 1001100 | 0 | 111 | 100011110 | 1010100 | 111010 |
Color Harmonies of #C33AEE
Complementary color
Monochromatic Colors of #C33AEE
Black with #C33AEE
Text Example
Text Example
White with #C33AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AEE; }
p { color: rgb(195,58,238); }
H1.HeaderClassName
{
color: #C33AEE;
}
.AnyTagClassName
{
color: #C33AEE;
}
</style>
background-color css
<style>
a { background-color: #C33AEE; }
a { background-color: rgb(195,58,238); }
div.DivClassName
{
background-color: #C33AEE;
}
.BgClassName
{
background-color: #C33AEE;
}
</style>
border-color css
<style>
span { border-color: #C33AEE; }
span { border-color: rgb(195,58,238); }
td.TdClassName
{
border-color: #C33AEE;
}
.TagClassName
{
border-color: #C33AEE;
}
</style>