Shades of Medium Orchid #C33DEC
Tints of Medium Orchid #C33DEC
RGB
CMYK
RGB Variations
Color information
#C33DEC (or 0xC33DEC) is known color: Medium Orchid. HEX triplet: C3, 3D and EC. RGB value is (195,61,236). Sum of RGB (Red+Green+Blue) = 195+61+236=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #C33DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33DEC is #3CC213. Grayscale: #787878. Windows color (decimal): -3981844 or 15482307. OLE color: 15482307.
HSL color Cylindrical-coordinate representation of color #C33DEC: hue angle of 285.94º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33DEC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 61 | 236 | - |
| CMYK | 0.17 | 0.74 | 0 | 0.07 |
| HSL | 285.94º | 0.82% | 0.58% | - |
| HSV(B) | 285.94º | 0.74% | 0.93% | - |
| XYZ | 39.31 | 21 | 81.34 | - |
| YUV | 121.02 | 192.89 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 61 | 236 | 0.17 | 0.74 | 0 | 0.07 | 285.94 | 0.82 | 0.58 |
| Hex | C3 | 3D | EC | 11 | 4A | 0 | 7 | 11E | 52 | 3A |
| Octal | 303 | 75 | 354 | 21 | 112 | 0 | 7 | 436 | 122 | 72 |
| Binary | 11000011 | 111101 | 11101100 | 10001 | 1001010 | 0 | 111 | 100011110 | 1010010 | 111010 |
Color Harmonies of #C33DEC
Complementary color
Monochromatic Colors of #C33DEC
Black with #C33DEC
Text Example
Text Example
White with #C33DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33DEC; }
p { color: rgb(195,61,236); }
H1.HeaderClassName
{
color: #C33DEC;
}
.AnyTagClassName
{
color: #C33DEC;
}
</style>
background-color css
<style>
a { background-color: #C33DEC; }
a { background-color: rgb(195,61,236); }
div.DivClassName
{
background-color: #C33DEC;
}
.BgClassName
{
background-color: #C33DEC;
}
</style>
border-color css
<style>
span { border-color: #C33DEC; }
span { border-color: rgb(195,61,236); }
td.TdClassName
{
border-color: #C33DEC;
}
.TagClassName
{
border-color: #C33DEC;
}
</style>