Shades of Medium Orchid #C33FEF
Tints of Medium Orchid #C33FEF
RGB
CMYK
RGB Variations
Color information
#C33FEF (or 0xC33FEF) is known color: Medium Orchid. HEX triplet: C3, 3F and EF. RGB value is (195,63,239). Sum of RGB (Red+Green+Blue) = 195+63+239=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 63 (25% from 255 or 12.68% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #C33FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FEF is #3CC010. Grayscale: #797979. Windows color (decimal): -3981329 or 15679427. OLE color: 15679427.
HSL color Cylindrical-coordinate representation of color #C33FEF: hue angle of 285º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C33FEF is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 63 | 239 | - |
| CMYK | 0.18 | 0.74 | 0 | 0.06 |
| HSL | 285º | 0.85% | 0.59% | - |
| HSV(B) | 285º | 0.74% | 0.94% | - |
| XYZ | 39.86 | 21.39 | 83.69 | - |
| YUV | 122.53 | 193.73 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 63 | 239 | 0.18 | 0.74 | 0 | 0.06 | 285 | 0.85 | 0.59 |
| Hex | C3 | 3F | EF | 12 | 4A | 0 | 6 | 11D | 55 | 3B |
| Octal | 303 | 77 | 357 | 22 | 112 | 0 | 6 | 435 | 125 | 73 |
| Binary | 11000011 | 111111 | 11101111 | 10010 | 1001010 | 0 | 110 | 100011101 | 1010101 | 111011 |
Color Harmonies of #C33FEF
Complementary color
Monochromatic Colors of #C33FEF
Black with #C33FEF
Text Example
Text Example
White with #C33FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FEF; }
p { color: rgb(195,63,239); }
H1.HeaderClassName
{
color: #C33FEF;
}
.AnyTagClassName
{
color: #C33FEF;
}
</style>
background-color css
<style>
a { background-color: #C33FEF; }
a { background-color: rgb(195,63,239); }
div.DivClassName
{
background-color: #C33FEF;
}
.BgClassName
{
background-color: #C33FEF;
}
</style>
border-color css
<style>
span { border-color: #C33FEF; }
span { border-color: rgb(195,63,239); }
td.TdClassName
{
border-color: #C33FEF;
}
.TagClassName
{
border-color: #C33FEF;
}
</style>