Shades of Medium Orchid #C33AFB
Tints of Medium Orchid #C33AFB
RGB
CMYK
RGB Variations
Color information
#C33AFB (or 0xC33AFB) is known color: Medium Orchid. HEX triplet: C3, 3A and FB. RGB value is (195,58,251). Sum of RGB (Red+Green+Blue) = 195+58+251=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #C33AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AFB is #3CC504. Grayscale: #787878. Windows color (decimal): -3982597 or 16464579. OLE color: 16464579.
HSL color Cylindrical-coordinate representation of color #C33AFB: hue angle of 282.59º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C33AFB is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 58 | 251 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.02 |
| HSL | 282.59º | 0.96% | 0.61% | - |
| HSV(B) | 282.59º | 0.77% | 0.98% | - |
| XYZ | 41.43 | 21.59 | 93.25 | - |
| YUV | 120.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 58 | 251 | 0.22 | 0.77 | 0 | 0.02 | 282.59 | 0.96 | 0.61 |
| Hex | C3 | 3A | FB | 16 | 4D | 0 | 2 | 11B | 60 | 3D |
| Octal | 303 | 72 | 373 | 26 | 115 | 0 | 2 | 433 | 140 | 75 |
| Binary | 11000011 | 111010 | 11111011 | 10110 | 1001101 | 0 | 10 | 100011011 | 1100000 | 111101 |
Color Harmonies of #C33AFB
Complementary color
Monochromatic Colors of #C33AFB
Black with #C33AFB
Text Example
Text Example
White with #C33AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33AFB; }
p { color: rgb(195,58,251); }
H1.HeaderClassName
{
color: #C33AFB;
}
.AnyTagClassName
{
color: #C33AFB;
}
</style>
background-color css
<style>
a { background-color: #C33AFB; }
a { background-color: rgb(195,58,251); }
div.DivClassName
{
background-color: #C33AFB;
}
.BgClassName
{
background-color: #C33AFB;
}
</style>
border-color css
<style>
span { border-color: #C33AFB; }
span { border-color: rgb(195,58,251); }
td.TdClassName
{
border-color: #C33AFB;
}
.TagClassName
{
border-color: #C33AFB;
}
</style>