Shades of Medium Orchid #C33ADD
Tints of Medium Orchid #C33ADD
RGB
CMYK
RGB Variations
Color information
#C33ADD (or 0xC33ADD) is known color: Medium Orchid. HEX triplet: C3, 3A and DD. RGB value is (195,58,221). Sum of RGB (Red+Green+Blue) = 195+58+221=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 58 (23.05% from 255 or 12.24% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #C33ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ADD is #3CC522. Grayscale: #757575. Windows color (decimal): -3982627 or 14498499. OLE color: 14498499.
HSL color Cylindrical-coordinate representation of color #C33ADD: hue angle of 290.43º 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 #C33ADD is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 58 | 221 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.13 |
| HSL | 290.43º | 0.71% | 0.55% | - |
| HSV(B) | 290.43º | 0.74% | 0.87% | - |
| XYZ | 37.07 | 19.85 | 70.28 | - |
| YUV | 117.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 221 | 0.12 | 0.74 | 0 | 0.13 | 290.43 | 0.71 | 0.55 |
| Hex | C3 | 3A | DD | C | 4A | 0 | D | 122 | 47 | 37 |
| Octal | 303 | 72 | 335 | 14 | 112 | 0 | 15 | 442 | 107 | 67 |
| Binary | 11000011 | 111010 | 11011101 | 1100 | 1001010 | 0 | 1101 | 100100010 | 1000111 | 110111 |
Color Harmonies of #C33ADD
Complementary color
Monochromatic Colors of #C33ADD
Black with #C33ADD
Text Example
Text Example
White with #C33ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ADD; }
p { color: rgb(195,58,221); }
H1.HeaderClassName
{
color: #C33ADD;
}
.AnyTagClassName
{
color: #C33ADD;
}
</style>
background-color css
<style>
a { background-color: #C33ADD; }
a { background-color: rgb(195,58,221); }
div.DivClassName
{
background-color: #C33ADD;
}
.BgClassName
{
background-color: #C33ADD;
}
</style>
border-color css
<style>
span { border-color: #C33ADD; }
span { border-color: rgb(195,58,221); }
td.TdClassName
{
border-color: #C33ADD;
}
.TagClassName
{
border-color: #C33ADD;
}
</style>