Shades of Medium Orchid #C33AD8
Tints of Medium Orchid #C33AD8
RGB
CMYK
RGB Variations
Color information
#C33AD8 (or 0xC33AD8) is known color: Medium Orchid. HEX triplet: C3, 3A and D8. RGB value is (195,58,216). Sum of RGB (Red+Green+Blue) = 195+58+216=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 58 (23.05% from 255 or 12.37% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #C33AD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33AD8 is #3CC527. Grayscale: #747474. Windows color (decimal): -3982632 or 14170819. OLE color: 14170819.
HSL color Cylindrical-coordinate representation of color #C33AD8: hue angle of 292.03º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33AD8 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 58 | 216 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.15 |
| HSL | 292.03º | 0.67% | 0.54% | - |
| HSV(B) | 292.03º | 0.73% | 0.85% | - |
| XYZ | 36.41 | 19.59 | 66.83 | - |
| YUV | 116.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 216 | 0.10 | 0.73 | 0 | 0.15 | 292.03 | 0.67 | 0.54 |
| Hex | C3 | 3A | D8 | A | 49 | 0 | F | 124 | 43 | 36 |
| Octal | 303 | 72 | 330 | 12 | 111 | 0 | 17 | 444 | 103 | 66 |
| Binary | 11000011 | 111010 | 11011000 | 1010 | 1001001 | 0 | 1111 | 100100100 | 1000011 | 110110 |
Color Harmonies of #C33AD8
Complementary color
Monochromatic Colors of #C33AD8
Black with #C33AD8
Text Example
Text Example
White with #C33AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AD8; }
p { color: rgb(195,58,216); }
H1.HeaderClassName
{
color: #C33AD8;
}
.AnyTagClassName
{
color: #C33AD8;
}
</style>
background-color css
<style>
a { background-color: #C33AD8; }
a { background-color: rgb(195,58,216); }
div.DivClassName
{
background-color: #C33AD8;
}
.BgClassName
{
background-color: #C33AD8;
}
</style>
border-color css
<style>
span { border-color: #C33AD8; }
span { border-color: rgb(195,58,216); }
td.TdClassName
{
border-color: #C33AD8;
}
.TagClassName
{
border-color: #C33AD8;
}
</style>