Shades of Medium Orchid #C33CF9
Tints of Medium Orchid #C33CF9
RGB
CMYK
RGB Variations
Color information
#C33CF9 (or 0xC33CF9) is known color: Medium Orchid. HEX triplet: C3, 3C and F9. RGB value is (195,60,249). Sum of RGB (Red+Green+Blue) = 195+60+249=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #C33CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33CF9 is #3CC306. Grayscale: #797979. Windows color (decimal): -3982087 or 16334019. OLE color: 16334019.
HSL color Cylindrical-coordinate representation of color #C33CF9: hue angle of 282.86º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33CF9 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 60 | 249 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.86º | 0.94% | 0.61% | - |
| HSV(B) | 282.86º | 0.76% | 0.98% | - |
| XYZ | 41.22 | 21.67 | 91.63 | - |
| YUV | 121.91 | 199.73 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 249 | 0.22 | 0.76 | 0 | 0.02 | 282.86 | 0.94 | 0.61 |
| Hex | C3 | 3C | F9 | 16 | 4C | 0 | 2 | 11B | 5E | 3D |
| Octal | 303 | 74 | 371 | 26 | 114 | 0 | 2 | 433 | 136 | 75 |
| Binary | 11000011 | 111100 | 11111001 | 10110 | 1001100 | 0 | 10 | 100011011 | 1011110 | 111101 |
Color Harmonies of #C33CF9
Complementary color
Monochromatic Colors of #C33CF9
Black with #C33CF9
Text Example
Text Example
White with #C33CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CF9; }
p { color: rgb(195,60,249); }
H1.HeaderClassName
{
color: #C33CF9;
}
.AnyTagClassName
{
color: #C33CF9;
}
</style>
background-color css
<style>
a { background-color: #C33CF9; }
a { background-color: rgb(195,60,249); }
div.DivClassName
{
background-color: #C33CF9;
}
.BgClassName
{
background-color: #C33CF9;
}
</style>
border-color css
<style>
span { border-color: #C33CF9; }
span { border-color: rgb(195,60,249); }
td.TdClassName
{
border-color: #C33CF9;
}
.TagClassName
{
border-color: #C33CF9;
}
</style>