Shades of Medium Orchid #C33FED
Tints of Medium Orchid #C33FED
RGB
CMYK
RGB Variations
Color information
#C33FED (or 0xC33FED) is known color: Medium Orchid. HEX triplet: C3, 3F and ED. RGB value is (195,63,237). Sum of RGB (Red+Green+Blue) = 195+63+237=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 63 (25% from 255 or 12.73% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #C33FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FED is #3CC012. Grayscale: #797979. Windows color (decimal): -3981331 or 15548355. OLE color: 15548355.
HSL color Cylindrical-coordinate representation of color #C33FED: hue angle of 285.52º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C33FED is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 195 | 63 | 237 | - |
CMYK | 0.18 | 0.73 | 0 | 0.07 |
HSL | 285.52º | 0.83% | 0.59% | - |
HSV(B) | 285.52º | 0.73% | 0.93% | - |
XYZ | 39.57 | 21.27 | 82.14 | - |
YUV | 122.3 | 192.73 | 179.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 63 | 237 | 0.18 | 0.73 | 0 | 0.07 | 285.52 | 0.83 | 0.59 |
Hex | C3 | 3F | ED | 12 | 49 | 0 | 7 | 11E | 53 | 3B |
Octal | 303 | 77 | 355 | 22 | 111 | 0 | 7 | 436 | 123 | 73 |
Binary | 11000011 | 111111 | 11101101 | 10010 | 1001001 | 0 | 111 | 100011110 | 1010011 | 111011 |
Color Harmonies of #C33FED
Complementary color
Monochromatic Colors of #C33FED
Black with #C33FED
Text Example
Text Example
White with #C33FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C33FED; }
p { color: rgb(195,63,237); }
H1.HeaderClassName
{
color: #C33FED;
}
.AnyTagClassName
{
color: #C33FED;
}
</style>
background-color css
<style>
a { background-color: #C33FED; }
a { background-color: rgb(195,63,237); }
div.DivClassName
{
background-color: #C33FED;
}
.BgClassName
{
background-color: #C33FED;
}
</style>
border-color css
<style>
span { border-color: #C33FED; }
span { border-color: rgb(195,63,237); }
td.TdClassName
{
border-color: #C33FED;
}
.TagClassName
{
border-color: #C33FED;
}
</style>