Shades of Medium Orchid #C33ED1
Tints of Medium Orchid #C33ED1
RGB
CMYK
RGB Variations
Color information
#C33ED1 (or 0xC33ED1) is known color: Medium Orchid. HEX triplet: C3, 3E and D1. RGB value is (195,62,209). Sum of RGB (Red+Green+Blue) = 195+62+209=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 62 (24.61% from 255 or 13.30% from 466); Blue value is 209 (82.03% from 255 or 44.85% from 466); Max value from RGB is 209 - color contains mainly: blue. Hex color #C33ED1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33ED1 is #3CC12E. Grayscale: #767676. Windows color (decimal): -3981615 or 13713091. OLE color: 13713091.
HSL color Cylindrical-coordinate representation of color #C33ED1: hue angle of 294.29º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C33ED1 is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 62 | 209 | - |
| CMYK | 0.07 | 0.70 | 0 | 0.18 |
| HSL | 294.29º | 0.62% | 0.53% | - |
| HSV(B) | 294.29º | 0.7% | 0.82% | - |
| XYZ | 35.74 | 19.65 | 62.23 | - |
| YUV | 118.53 | 179.06 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 209 | 0.07 | 0.70 | 0 | 0.18 | 294.29 | 0.62 | 0.53 |
| Hex | C3 | 3E | D1 | 7 | 46 | 0 | 12 | 126 | 3E | 35 |
| Octal | 303 | 76 | 321 | 7 | 106 | 0 | 22 | 446 | 76 | 65 |
| Binary | 11000011 | 111110 | 11010001 | 111 | 1000110 | 0 | 10010 | 100100110 | 111110 | 110101 |
Color Harmonies of #C33ED1
Complementary color
Monochromatic Colors of #C33ED1
Black with #C33ED1
Text Example
Text Example
White with #C33ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33ED1; }
p { color: rgb(195,62,209); }
H1.HeaderClassName
{
color: #C33ED1;
}
.AnyTagClassName
{
color: #C33ED1;
}
</style>
background-color css
<style>
a { background-color: #C33ED1; }
a { background-color: rgb(195,62,209); }
div.DivClassName
{
background-color: #C33ED1;
}
.BgClassName
{
background-color: #C33ED1;
}
</style>
border-color css
<style>
span { border-color: #C33ED1; }
span { border-color: rgb(195,62,209); }
td.TdClassName
{
border-color: #C33ED1;
}
.TagClassName
{
border-color: #C33ED1;
}
</style>