Shades of Medium Orchid #C364EC
Tints of Medium Orchid #C364EC
RGB
CMYK
RGB Variations
Color information
#C364EC (or 0xC364EC) is known color: Medium Orchid. HEX triplet: C3, 64 and EC. RGB value is (195,100,236). Sum of RGB (Red+Green+Blue) = 195+100+236=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #C364EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C364EC is #3C9B13. Grayscale: #8F8F8F. Windows color (decimal): -3971860 or 15492291. OLE color: 15492291.
HSL color Cylindrical-coordinate representation of color #C364EC: hue angle of 281.91º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C364EC is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 100 | 236 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.07 |
| HSL | 281.91º | 0.78% | 0.66% | - |
| HSV(B) | 281.91º | 0.58% | 0.93% | - |
| XYZ | 42.2 | 26.77 | 82.3 | - |
| YUV | 143.91 | 179.97 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 236 | 0.17 | 0.58 | 0 | 0.07 | 281.91 | 0.78 | 0.66 |
| Hex | C3 | 64 | EC | 11 | 3A | 0 | 7 | 11A | 4E | 42 |
| Octal | 303 | 144 | 354 | 21 | 72 | 0 | 7 | 432 | 116 | 102 |
| Binary | 11000011 | 1100100 | 11101100 | 10001 | 111010 | 0 | 111 | 100011010 | 1001110 | 1000010 |
Color Harmonies of #C364EC
Complementary color
Monochromatic Colors of #C364EC
Black with #C364EC
Text Example
Text Example
White with #C364EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364EC; }
p { color: rgb(195,100,236); }
H1.HeaderClassName
{
color: #C364EC;
}
.AnyTagClassName
{
color: #C364EC;
}
</style>
background-color css
<style>
a { background-color: #C364EC; }
a { background-color: rgb(195,100,236); }
div.DivClassName
{
background-color: #C364EC;
}
.BgClassName
{
background-color: #C364EC;
}
</style>
border-color css
<style>
span { border-color: #C364EC; }
span { border-color: rgb(195,100,236); }
td.TdClassName
{
border-color: #C364EC;
}
.TagClassName
{
border-color: #C364EC;
}
</style>