Shades of Medium Orchid #C33CDF
Tints of Medium Orchid #C33CDF
RGB
CMYK
RGB Variations
Color information
#C33CDF (or 0xC33CDF) is known color: Medium Orchid. HEX triplet: C3, 3C and DF. RGB value is (195,60,223). Sum of RGB (Red+Green+Blue) = 195+60+223=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 60 (23.83% from 255 or 12.55% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #C33CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CDF is #3CC320. Grayscale: #767676. Windows color (decimal): -3982113 or 14630083. OLE color: 14630083.
HSL color Cylindrical-coordinate representation of color #C33CDF: hue angle of 289.69º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33CDF is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 60 | 223 | - |
| CMYK | 0.13 | 0.73 | 0 | 0.13 |
| HSL | 289.69º | 0.72% | 0.55% | - |
| HSV(B) | 289.69º | 0.73% | 0.87% | - |
| XYZ | 37.44 | 20.16 | 71.73 | - |
| YUV | 118.95 | 186.73 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 223 | 0.13 | 0.73 | 0 | 0.13 | 289.69 | 0.72 | 0.55 |
| Hex | C3 | 3C | DF | D | 49 | 0 | D | 122 | 48 | 37 |
| Octal | 303 | 74 | 337 | 15 | 111 | 0 | 15 | 442 | 110 | 67 |
| Binary | 11000011 | 111100 | 11011111 | 1101 | 1001001 | 0 | 1101 | 100100010 | 1001000 | 110111 |
Color Harmonies of #C33CDF
Complementary color
Monochromatic Colors of #C33CDF
Black with #C33CDF
Text Example
Text Example
White with #C33CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CDF; }
p { color: rgb(195,60,223); }
H1.HeaderClassName
{
color: #C33CDF;
}
.AnyTagClassName
{
color: #C33CDF;
}
</style>
background-color css
<style>
a { background-color: #C33CDF; }
a { background-color: rgb(195,60,223); }
div.DivClassName
{
background-color: #C33CDF;
}
.BgClassName
{
background-color: #C33CDF;
}
</style>
border-color css
<style>
span { border-color: #C33CDF; }
span { border-color: rgb(195,60,223); }
td.TdClassName
{
border-color: #C33CDF;
}
.TagClassName
{
border-color: #C33CDF;
}
</style>