Shades of Medium Orchid #C33AEA
Tints of Medium Orchid #C33AEA
RGB
CMYK
RGB Variations
Color information
#C33AEA (or 0xC33AEA) is known color: Medium Orchid. HEX triplet: C3, 3A and EA. RGB value is (195,58,234). Sum of RGB (Red+Green+Blue) = 195+58+234=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 58 (23.05% from 255 or 11.91% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 234 - color contains mainly: blue. Hex color #C33AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AEA is #3CC515. Grayscale: #767676. Windows color (decimal): -3982614 or 15350467. OLE color: 15350467.
HSL color Cylindrical-coordinate representation of color #C33AEA: hue angle of 286.7º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33AEA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 58 | 234 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.08 |
| HSL | 286.7º | 0.81% | 0.57% | - |
| HSV(B) | 286.7º | 0.75% | 0.92% | - |
| XYZ | 38.87 | 20.57 | 79.76 | - |
| YUV | 119.03 | 192.89 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 234 | 0.17 | 0.75 | 0 | 0.08 | 286.7 | 0.81 | 0.57 |
| Hex | C3 | 3A | EA | 11 | 4B | 0 | 8 | 11F | 51 | 39 |
| Octal | 303 | 72 | 352 | 21 | 113 | 0 | 10 | 437 | 121 | 71 |
| Binary | 11000011 | 111010 | 11101010 | 10001 | 1001011 | 0 | 1000 | 100011111 | 1010001 | 111001 |
Color Harmonies of #C33AEA
Complementary color
Monochromatic Colors of #C33AEA
Black with #C33AEA
Text Example
Text Example
White with #C33AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AEA; }
p { color: rgb(195,58,234); }
H1.HeaderClassName
{
color: #C33AEA;
}
.AnyTagClassName
{
color: #C33AEA;
}
</style>
background-color css
<style>
a { background-color: #C33AEA; }
a { background-color: rgb(195,58,234); }
div.DivClassName
{
background-color: #C33AEA;
}
.BgClassName
{
background-color: #C33AEA;
}
</style>
border-color css
<style>
span { border-color: #C33AEA; }
span { border-color: rgb(195,58,234); }
td.TdClassName
{
border-color: #C33AEA;
}
.TagClassName
{
border-color: #C33AEA;
}
</style>