Shades of Medium Orchid #C33CFE
Tints of Medium Orchid #C33CFE
RGB
CMYK
RGB Variations
Color information
#C33CFE (or 0xC33CFE) is known color: Medium Orchid. HEX triplet: C3, 3C and FE. RGB value is (195,60,254). Sum of RGB (Red+Green+Blue) = 195+60+254=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 60 (23.83% from 255 or 11.79% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #C33CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33CFE is #3CC301. Grayscale: #797979. Windows color (decimal): -3982082 or 16661699. OLE color: 16661699.
HSL color Cylindrical-coordinate representation of color #C33CFE: hue angle of 281.75º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33CFE is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 60 | 254 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.00 |
| HSL | 281.75º | 0.99% | 0.62% | - |
| HSV(B) | 281.75º | 0.76% | 1% | - |
| XYZ | 42.01 | 21.99 | 95.8 | - |
| YUV | 122.48 | 202.23 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 254 | 0.23 | 0.76 | 0 | 0.00 | 281.75 | 0.99 | 0.62 |
| Hex | C3 | 3C | FE | 17 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 303 | 74 | 376 | 27 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000011 | 111100 | 11111110 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C33CFE
Complementary color
Monochromatic Colors of #C33CFE
Black with #C33CFE
Text Example
Text Example
White with #C33CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CFE; }
p { color: rgb(195,60,254); }
H1.HeaderClassName
{
color: #C33CFE;
}
.AnyTagClassName
{
color: #C33CFE;
}
</style>
background-color css
<style>
a { background-color: #C33CFE; }
a { background-color: rgb(195,60,254); }
div.DivClassName
{
background-color: #C33CFE;
}
.BgClassName
{
background-color: #C33CFE;
}
</style>
border-color css
<style>
span { border-color: #C33CFE; }
span { border-color: rgb(195,60,254); }
td.TdClassName
{
border-color: #C33CFE;
}
.TagClassName
{
border-color: #C33CFE;
}
</style>