Shades of Medium Orchid #C33BEF
Tints of Medium Orchid #C33BEF
RGB
CMYK
RGB Variations
Color information
#C33BEF (or 0xC33BEF) is known color: Medium Orchid. HEX triplet: C3, 3B and EF. RGB value is (195,59,239). Sum of RGB (Red+Green+Blue) = 195+59+239=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 59 (23.44% from 255 or 11.97% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #C33BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BEF is #3CC410. Grayscale: #777777. Windows color (decimal): -3982353 or 15678403. OLE color: 15678403.
HSL color Cylindrical-coordinate representation of color #C33BEF: hue angle of 285.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33BEF is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 59 | 239 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.06 |
| HSL | 285.33º | 0.85% | 0.58% | - |
| HSV(B) | 285.33º | 0.75% | 0.94% | - |
| XYZ | 39.65 | 20.96 | 83.62 | - |
| YUV | 120.18 | 195.06 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 239 | 0.18 | 0.75 | 0 | 0.06 | 285.33 | 0.85 | 0.58 |
| Hex | C3 | 3B | EF | 12 | 4B | 0 | 6 | 11D | 55 | 3A |
| Octal | 303 | 73 | 357 | 22 | 113 | 0 | 6 | 435 | 125 | 72 |
| Binary | 11000011 | 111011 | 11101111 | 10010 | 1001011 | 0 | 110 | 100011101 | 1010101 | 111010 |
Color Harmonies of #C33BEF
Complementary color
Monochromatic Colors of #C33BEF
Black with #C33BEF
Text Example
Text Example
White with #C33BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BEF; }
p { color: rgb(195,59,239); }
H1.HeaderClassName
{
color: #C33BEF;
}
.AnyTagClassName
{
color: #C33BEF;
}
</style>
background-color css
<style>
a { background-color: #C33BEF; }
a { background-color: rgb(195,59,239); }
div.DivClassName
{
background-color: #C33BEF;
}
.BgClassName
{
background-color: #C33BEF;
}
</style>
border-color css
<style>
span { border-color: #C33BEF; }
span { border-color: rgb(195,59,239); }
td.TdClassName
{
border-color: #C33BEF;
}
.TagClassName
{
border-color: #C33BEF;
}
</style>