Shades of Medium Orchid #C33BEA
Tints of Medium Orchid #C33BEA
RGB
CMYK
RGB Variations
Color information
#C33BEA (or 0xC33BEA) is known color: Medium Orchid. HEX triplet: C3, 3B and EA. RGB value is (195,59,234). Sum of RGB (Red+Green+Blue) = 195+59+234=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #C33BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BEA is #3CC415. Grayscale: #777777. Windows color (decimal): -3982358 or 15350723. OLE color: 15350723.
HSL color Cylindrical-coordinate representation of color #C33BEA: hue angle of 286.63º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33BEA is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 59 | 234 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.08 |
| HSL | 286.63º | 0.81% | 0.57% | - |
| HSV(B) | 286.63º | 0.75% | 0.92% | - |
| XYZ | 38.92 | 20.67 | 79.78 | - |
| YUV | 119.61 | 192.56 | 181.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 234 | 0.17 | 0.75 | 0 | 0.08 | 286.63 | 0.81 | 0.57 |
| Hex | C3 | 3B | EA | 11 | 4B | 0 | 8 | 11F | 51 | 39 |
| Octal | 303 | 73 | 352 | 21 | 113 | 0 | 10 | 437 | 121 | 71 |
| Binary | 11000011 | 111011 | 11101010 | 10001 | 1001011 | 0 | 1000 | 100011111 | 1010001 | 111001 |
Color Harmonies of #C33BEA
Complementary color
Monochromatic Colors of #C33BEA
Black with #C33BEA
Text Example
Text Example
White with #C33BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BEA; }
p { color: rgb(195,59,234); }
H1.HeaderClassName
{
color: #C33BEA;
}
.AnyTagClassName
{
color: #C33BEA;
}
</style>
background-color css
<style>
a { background-color: #C33BEA; }
a { background-color: rgb(195,59,234); }
div.DivClassName
{
background-color: #C33BEA;
}
.BgClassName
{
background-color: #C33BEA;
}
</style>
border-color css
<style>
span { border-color: #C33BEA; }
span { border-color: rgb(195,59,234); }
td.TdClassName
{
border-color: #C33BEA;
}
.TagClassName
{
border-color: #C33BEA;
}
</style>