Shades of Medium Orchid #C33CD5
Tints of Medium Orchid #C33CD5
RGB
CMYK
RGB Variations
Color information
#C33CD5 (or 0xC33CD5) is known color: Medium Orchid. HEX triplet: C3, 3C and D5. RGB value is (195,60,213). Sum of RGB (Red+Green+Blue) = 195+60+213=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 213 (83.59% from 255 or 45.51% from 468); Max value from RGB is 213 - color contains mainly: blue. Hex color #C33CD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C33CD5 is #3CC32A. Grayscale: #757575. Windows color (decimal): -3982123 or 13974723. OLE color: 13974723.
HSL color Cylindrical-coordinate representation of color #C33CD5: hue angle of 292.94º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C33CD5 is Cyan = 0.08, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 60 | 213 | - |
| CMYK | 0.08 | 0.72 | 0 | 0.16 |
| HSL | 292.94º | 0.65% | 0.54% | - |
| HSV(B) | 292.94º | 0.72% | 0.84% | - |
| XYZ | 36.13 | 19.64 | 64.84 | - |
| YUV | 117.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 213 | 0.08 | 0.72 | 0 | 0.16 | 292.94 | 0.65 | 0.54 |
| Hex | C3 | 3C | D5 | 8 | 48 | 0 | 10 | 125 | 41 | 36 |
| Octal | 303 | 74 | 325 | 10 | 110 | 0 | 20 | 445 | 101 | 66 |
| Binary | 11000011 | 111100 | 11010101 | 1000 | 1001000 | 0 | 10000 | 100100101 | 1000001 | 110110 |
Color Harmonies of #C33CD5
Complementary color
Monochromatic Colors of #C33CD5
Black with #C33CD5
Text Example
Text Example
White with #C33CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CD5; }
p { color: rgb(195,60,213); }
H1.HeaderClassName
{
color: #C33CD5;
}
.AnyTagClassName
{
color: #C33CD5;
}
</style>
background-color css
<style>
a { background-color: #C33CD5; }
a { background-color: rgb(195,60,213); }
div.DivClassName
{
background-color: #C33CD5;
}
.BgClassName
{
background-color: #C33CD5;
}
</style>
border-color css
<style>
span { border-color: #C33CD5; }
span { border-color: rgb(195,60,213); }
td.TdClassName
{
border-color: #C33CD5;
}
.TagClassName
{
border-color: #C33CD5;
}
</style>