Shades of Medium Orchid #C33DD0
Tints of Medium Orchid #C33DD0
RGB
CMYK
RGB Variations
Color information
#C33DD0 (or 0xC33DD0) is known color: Medium Orchid. HEX triplet: C3, 3D and D0. RGB value is (195,61,208). Sum of RGB (Red+Green+Blue) = 195+61+208=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 61 (24.22% from 255 or 13.15% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 208 - color contains mainly: blue. Hex color #C33DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33DD0 is #3CC22F. Grayscale: #757575. Windows color (decimal): -3981872 or 13647299. OLE color: 13647299.
HSL color Cylindrical-coordinate representation of color #C33DD0: hue angle of 294.69º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33DD0 is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 61 | 208 | - |
| CMYK | 0.06 | 0.71 | 0 | 0.18 |
| HSL | 294.69º | 0.61% | 0.53% | - |
| HSV(B) | 294.69º | 0.71% | 0.82% | - |
| XYZ | 35.56 | 19.49 | 61.56 | - |
| YUV | 117.82 | 178.89 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 208 | 0.06 | 0.71 | 0 | 0.18 | 294.69 | 0.61 | 0.53 |
| Hex | C3 | 3D | D0 | 6 | 47 | 0 | 12 | 127 | 3D | 35 |
| Octal | 303 | 75 | 320 | 6 | 107 | 0 | 22 | 447 | 75 | 65 |
| Binary | 11000011 | 111101 | 11010000 | 110 | 1000111 | 0 | 10010 | 100100111 | 111101 | 110101 |
Color Harmonies of #C33DD0
Complementary color
Monochromatic Colors of #C33DD0
Black with #C33DD0
Text Example
Text Example
White with #C33DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DD0; }
p { color: rgb(195,61,208); }
H1.HeaderClassName
{
color: #C33DD0;
}
.AnyTagClassName
{
color: #C33DD0;
}
</style>
background-color css
<style>
a { background-color: #C33DD0; }
a { background-color: rgb(195,61,208); }
div.DivClassName
{
background-color: #C33DD0;
}
.BgClassName
{
background-color: #C33DD0;
}
</style>
border-color css
<style>
span { border-color: #C33DD0; }
span { border-color: rgb(195,61,208); }
td.TdClassName
{
border-color: #C33DD0;
}
.TagClassName
{
border-color: #C33DD0;
}
</style>