Shades of Medium Orchid #C33BFE
Tints of Medium Orchid #C33BFE
RGB
CMYK
RGB Variations
Color information
#C33BFE (or 0xC33BFE) is known color: Medium Orchid. HEX triplet: C3, 3B and FE. RGB value is (195,59,254). Sum of RGB (Red+Green+Blue) = 195+59+254=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 59 (23.44% from 255 or 11.61% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #C33BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BFE is #3CC401. Grayscale: #797979. Windows color (decimal): -3982338 or 16661443. OLE color: 16661443.
HSL color Cylindrical-coordinate representation of color #C33BFE: hue angle of 281.85º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C33BFE is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 59 | 254 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.00 |
| HSL | 281.85º | 0.99% | 0.61% | - |
| HSV(B) | 281.85º | 0.77% | 1% | - |
| XYZ | 41.96 | 21.89 | 95.78 | - |
| YUV | 121.89 | 202.56 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 59 | 254 | 0.23 | 0.77 | 0 | 0.00 | 281.85 | 0.99 | 0.61 |
| Hex | C3 | 3B | FE | 17 | 4D | 0 | 0 | 11A | 63 | 3D |
| Octal | 303 | 73 | 376 | 27 | 115 | 0 | 0 | 432 | 143 | 75 |
| Binary | 11000011 | 111011 | 11111110 | 10111 | 1001101 | 0 | 0 | 100011010 | 1100011 | 111101 |
Color Harmonies of #C33BFE
Complementary color
Monochromatic Colors of #C33BFE
Black with #C33BFE
Text Example
Text Example
White with #C33BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33BFE; }
p { color: rgb(195,59,254); }
H1.HeaderClassName
{
color: #C33BFE;
}
.AnyTagClassName
{
color: #C33BFE;
}
</style>
background-color css
<style>
a { background-color: #C33BFE; }
a { background-color: rgb(195,59,254); }
div.DivClassName
{
background-color: #C33BFE;
}
.BgClassName
{
background-color: #C33BFE;
}
</style>
border-color css
<style>
span { border-color: #C33BFE; }
span { border-color: rgb(195,59,254); }
td.TdClassName
{
border-color: #C33BFE;
}
.TagClassName
{
border-color: #C33BFE;
}
</style>