Shades of Medium Orchid #C33ADE
Tints of Medium Orchid #C33ADE
RGB
CMYK
RGB Variations
Color information
#C33ADE (or 0xC33ADE) is known color: Medium Orchid. HEX triplet: C3, 3A and DE. RGB value is (195,58,222). Sum of RGB (Red+Green+Blue) = 195+58+222=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 58 (23.05% from 255 or 12.21% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #C33ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ADE is #3CC521. Grayscale: #757575. Windows color (decimal): -3982626 or 14564035. OLE color: 14564035.
HSL color Cylindrical-coordinate representation of color #C33ADE: hue angle of 290.12º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33ADE is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 58 | 222 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.13 |
| HSL | 290.12º | 0.71% | 0.55% | - |
| HSV(B) | 290.12º | 0.74% | 0.87% | - |
| XYZ | 37.2 | 19.9 | 70.99 | - |
| YUV | 117.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 222 | 0.12 | 0.74 | 0 | 0.13 | 290.12 | 0.71 | 0.55 |
| Hex | C3 | 3A | DE | C | 4A | 0 | D | 122 | 47 | 37 |
| Octal | 303 | 72 | 336 | 14 | 112 | 0 | 15 | 442 | 107 | 67 |
| Binary | 11000011 | 111010 | 11011110 | 1100 | 1001010 | 0 | 1101 | 100100010 | 1000111 | 110111 |
Color Harmonies of #C33ADE
Complementary color
Monochromatic Colors of #C33ADE
Black with #C33ADE
Text Example
Text Example
White with #C33ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ADE; }
p { color: rgb(195,58,222); }
H1.HeaderClassName
{
color: #C33ADE;
}
.AnyTagClassName
{
color: #C33ADE;
}
</style>
background-color css
<style>
a { background-color: #C33ADE; }
a { background-color: rgb(195,58,222); }
div.DivClassName
{
background-color: #C33ADE;
}
.BgClassName
{
background-color: #C33ADE;
}
</style>
border-color css
<style>
span { border-color: #C33ADE; }
span { border-color: rgb(195,58,222); }
td.TdClassName
{
border-color: #C33ADE;
}
.TagClassName
{
border-color: #C33ADE;
}
</style>