Shades of Medium Orchid #C33BFA
Tints of Medium Orchid #C33BFA
RGB
CMYK
RGB Variations
Color information
#C33BFA (or 0xC33BFA) is known color: Medium Orchid. HEX triplet: C3, 3B and FA. RGB value is (195,59,250). Sum of RGB (Red+Green+Blue) = 195+59+250=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 250 (98.05% from 255 or 49.60% from 504); Max value from RGB is 250 - color contains mainly: blue. Hex color #C33BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BFA is #3CC405. Grayscale: #787878. Windows color (decimal): -3982342 or 16399299. OLE color: 16399299.
HSL color Cylindrical-coordinate representation of color #C33BFA: hue angle of 282.72º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33BFA is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 59 | 250 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.02 |
| HSL | 282.72º | 0.95% | 0.61% | - |
| HSV(B) | 282.72º | 0.76% | 0.98% | - |
| XYZ | 41.32 | 21.63 | 92.44 | - |
| YUV | 121.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 250 | 0.22 | 0.76 | 0 | 0.02 | 282.72 | 0.95 | 0.61 |
| Hex | C3 | 3B | FA | 16 | 4C | 0 | 2 | 11B | 5F | 3D |
| Octal | 303 | 73 | 372 | 26 | 114 | 0 | 2 | 433 | 137 | 75 |
| Binary | 11000011 | 111011 | 11111010 | 10110 | 1001100 | 0 | 10 | 100011011 | 1011111 | 111101 |
Color Harmonies of #C33BFA
Complementary color
Monochromatic Colors of #C33BFA
Black with #C33BFA
Text Example
Text Example
White with #C33BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BFA; }
p { color: rgb(195,59,250); }
H1.HeaderClassName
{
color: #C33BFA;
}
.AnyTagClassName
{
color: #C33BFA;
}
</style>
background-color css
<style>
a { background-color: #C33BFA; }
a { background-color: rgb(195,59,250); }
div.DivClassName
{
background-color: #C33BFA;
}
.BgClassName
{
background-color: #C33BFA;
}
</style>
border-color css
<style>
span { border-color: #C33BFA; }
span { border-color: rgb(195,59,250); }
td.TdClassName
{
border-color: #C33BFA;
}
.TagClassName
{
border-color: #C33BFA;
}
</style>