Shades of Medium Orchid #C33EFC
Tints of Medium Orchid #C33EFC
RGB
CMYK
RGB Variations
Color information
#C33EFC (or 0xC33EFC) is known color: Medium Orchid. HEX triplet: C3, 3E and FC. RGB value is (195,62,252). Sum of RGB (Red+Green+Blue) = 195+62+252=509 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.31% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #C33EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33EFC is #3CC103. Grayscale: #7A7A7A. Windows color (decimal): -3981572 or 16531139. OLE color: 16531139.
HSL color Cylindrical-coordinate representation of color #C33EFC: hue angle of 282º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33EFC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 62 | 252 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.01 |
| HSL | 282º | 0.97% | 0.62% | - |
| HSV(B) | 282º | 0.75% | 0.99% | - |
| XYZ | 41.8 | 22.08 | 94.15 | - |
| YUV | 123.43 | 200.56 | 179.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 62 | 252 | 0.23 | 0.75 | 0 | 0.01 | 282 | 0.97 | 0.62 |
| Hex | C3 | 3E | FC | 17 | 4B | 0 | 1 | 11A | 61 | 3E |
| Octal | 303 | 76 | 374 | 27 | 113 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000011 | 111110 | 11111100 | 10111 | 1001011 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C33EFC
Complementary color
Monochromatic Colors of #C33EFC
Black with #C33EFC
Text Example
Text Example
White with #C33EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33EFC; }
p { color: rgb(195,62,252); }
H1.HeaderClassName
{
color: #C33EFC;
}
.AnyTagClassName
{
color: #C33EFC;
}
</style>
background-color css
<style>
a { background-color: #C33EFC; }
a { background-color: rgb(195,62,252); }
div.DivClassName
{
background-color: #C33EFC;
}
.BgClassName
{
background-color: #C33EFC;
}
</style>
border-color css
<style>
span { border-color: #C33EFC; }
span { border-color: rgb(195,62,252); }
td.TdClassName
{
border-color: #C33EFC;
}
.TagClassName
{
border-color: #C33EFC;
}
</style>