Shades of Medium Orchid #C33EFE
Tints of Medium Orchid #C33EFE
RGB
CMYK
RGB Variations
Color information
#C33EFE (or 0xC33EFE) is known color: Medium Orchid. HEX triplet: C3, 3E and FE. RGB value is (195,62,254). Sum of RGB (Red+Green+Blue) = 195+62+254=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 62 (24.61% from 255 or 12.13% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #C33EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EFE is #3CC101. Grayscale: #7B7B7B. Windows color (decimal): -3981570 or 16662211. OLE color: 16662211.
HSL color Cylindrical-coordinate representation of color #C33EFE: hue angle of 281.56º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33EFE is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 62 | 254 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.00 |
| HSL | 281.56º | 0.99% | 0.62% | - |
| HSV(B) | 281.56º | 0.76% | 1% | - |
| XYZ | 42.12 | 22.2 | 95.83 | - |
| YUV | 123.66 | 201.56 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 254 | 0.23 | 0.76 | 0 | 0.00 | 281.56 | 0.99 | 0.62 |
| Hex | C3 | 3E | FE | 17 | 4C | 0 | 0 | 11A | 63 | 3E |
| Octal | 303 | 76 | 376 | 27 | 114 | 0 | 0 | 432 | 143 | 76 |
| Binary | 11000011 | 111110 | 11111110 | 10111 | 1001100 | 0 | 0 | 100011010 | 1100011 | 111110 |
Color Harmonies of #C33EFE
Complementary color
Monochromatic Colors of #C33EFE
Black with #C33EFE
Text Example
Text Example
White with #C33EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EFE; }
p { color: rgb(195,62,254); }
H1.HeaderClassName
{
color: #C33EFE;
}
.AnyTagClassName
{
color: #C33EFE;
}
</style>
background-color css
<style>
a { background-color: #C33EFE; }
a { background-color: rgb(195,62,254); }
div.DivClassName
{
background-color: #C33EFE;
}
.BgClassName
{
background-color: #C33EFE;
}
</style>
border-color css
<style>
span { border-color: #C33EFE; }
span { border-color: rgb(195,62,254); }
td.TdClassName
{
border-color: #C33EFE;
}
.TagClassName
{
border-color: #C33EFE;
}
</style>