Shades of Medium Orchid #C33EFA
Tints of Medium Orchid #C33EFA
RGB
CMYK
RGB Variations
Color information
#C33EFA (or 0xC33EFA) is known color: Medium Orchid. HEX triplet: C3, 3E and FA. RGB value is (195,62,250). Sum of RGB (Red+Green+Blue) = 195+62+250=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 250 (98.05% from 255 or 49.31% from 507); Max value from RGB is 250 - color contains mainly: blue. Hex color #C33EFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EFA is #3CC105. Grayscale: #7A7A7A. Windows color (decimal): -3981574 or 16400067. OLE color: 16400067.
HSL color Cylindrical-coordinate representation of color #C33EFA: hue angle of 282.45º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33EFA is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 62 | 250 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.02 |
| HSL | 282.45º | 0.95% | 0.61% | - |
| HSV(B) | 282.45º | 0.75% | 0.98% | - |
| XYZ | 41.48 | 21.95 | 92.49 | - |
| YUV | 123.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 250 | 0.22 | 0.75 | 0 | 0.02 | 282.45 | 0.95 | 0.61 |
| Hex | C3 | 3E | FA | 16 | 4B | 0 | 2 | 11A | 5F | 3D |
| Octal | 303 | 76 | 372 | 26 | 113 | 0 | 2 | 432 | 137 | 75 |
| Binary | 11000011 | 111110 | 11111010 | 10110 | 1001011 | 0 | 10 | 100011010 | 1011111 | 111101 |
Color Harmonies of #C33EFA
Complementary color
Monochromatic Colors of #C33EFA
Black with #C33EFA
Text Example
Text Example
White with #C33EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EFA; }
p { color: rgb(195,62,250); }
H1.HeaderClassName
{
color: #C33EFA;
}
.AnyTagClassName
{
color: #C33EFA;
}
</style>
background-color css
<style>
a { background-color: #C33EFA; }
a { background-color: rgb(195,62,250); }
div.DivClassName
{
background-color: #C33EFA;
}
.BgClassName
{
background-color: #C33EFA;
}
</style>
border-color css
<style>
span { border-color: #C33EFA; }
span { border-color: rgb(195,62,250); }
td.TdClassName
{
border-color: #C33EFA;
}
.TagClassName
{
border-color: #C33EFA;
}
</style>