Shades of Medium Orchid #C33CEF
Tints of Medium Orchid #C33CEF
RGB
CMYK
RGB Variations
Color information
#C33CEF (or 0xC33CEF) is known color: Medium Orchid. HEX triplet: C3, 3C and EF. RGB value is (195,60,239). Sum of RGB (Red+Green+Blue) = 195+60+239=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 60 (23.83% from 255 or 12.15% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #C33CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33CEF is #3CC310. Grayscale: #787878. Windows color (decimal): -3982097 or 15678659. OLE color: 15678659.
HSL color Cylindrical-coordinate representation of color #C33CEF: hue angle of 285.25º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33CEF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 60 | 239 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.06 |
| HSL | 285.25º | 0.85% | 0.59% | - |
| HSV(B) | 285.25º | 0.75% | 0.94% | - |
| XYZ | 39.7 | 21.07 | 83.63 | - |
| YUV | 120.77 | 194.73 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 60 | 239 | 0.18 | 0.75 | 0 | 0.06 | 285.25 | 0.85 | 0.59 |
| Hex | C3 | 3C | EF | 12 | 4B | 0 | 6 | 11D | 55 | 3B |
| Octal | 303 | 74 | 357 | 22 | 113 | 0 | 6 | 435 | 125 | 73 |
| Binary | 11000011 | 111100 | 11101111 | 10010 | 1001011 | 0 | 110 | 100011101 | 1010101 | 111011 |
Color Harmonies of #C33CEF
Complementary color
Monochromatic Colors of #C33CEF
Black with #C33CEF
Text Example
Text Example
White with #C33CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33CEF; }
p { color: rgb(195,60,239); }
H1.HeaderClassName
{
color: #C33CEF;
}
.AnyTagClassName
{
color: #C33CEF;
}
</style>
background-color css
<style>
a { background-color: #C33CEF; }
a { background-color: rgb(195,60,239); }
div.DivClassName
{
background-color: #C33CEF;
}
.BgClassName
{
background-color: #C33CEF;
}
</style>
border-color css
<style>
span { border-color: #C33CEF; }
span { border-color: rgb(195,60,239); }
td.TdClassName
{
border-color: #C33CEF;
}
.TagClassName
{
border-color: #C33CEF;
}
</style>