Shades of Medium Orchid #C364EA
Tints of Medium Orchid #C364EA
RGB
CMYK
RGB Variations
Color information
#C364EA (or 0xC364EA) is known color: Medium Orchid. HEX triplet: C3, 64 and EA. RGB value is (195,100,234). Sum of RGB (Red+Green+Blue) = 195+100+234=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 100 (39.45% from 255 or 18.90% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C364EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C364EA is #3C9B15. Grayscale: #8F8F8F. Windows color (decimal): -3971862 or 15361219. OLE color: 15361219.
HSL color Cylindrical-coordinate representation of color #C364EA: hue angle of 282.54º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C364EA is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 100 | 234 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.08 |
| HSL | 282.54º | 0.76% | 0.65% | - |
| HSV(B) | 282.54º | 0.57% | 0.92% | - |
| XYZ | 41.91 | 26.66 | 80.78 | - |
| YUV | 143.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 234 | 0.17 | 0.57 | 0 | 0.08 | 282.54 | 0.76 | 0.65 |
| Hex | C3 | 64 | EA | 11 | 39 | 0 | 8 | 11B | 4C | 41 |
| Octal | 303 | 144 | 352 | 21 | 71 | 0 | 10 | 433 | 114 | 101 |
| Binary | 11000011 | 1100100 | 11101010 | 10001 | 111001 | 0 | 1000 | 100011011 | 1001100 | 1000001 |
Color Harmonies of #C364EA
Complementary color
Monochromatic Colors of #C364EA
Black with #C364EA
Text Example
Text Example
White with #C364EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364EA; }
p { color: rgb(195,100,234); }
H1.HeaderClassName
{
color: #C364EA;
}
.AnyTagClassName
{
color: #C364EA;
}
</style>
background-color css
<style>
a { background-color: #C364EA; }
a { background-color: rgb(195,100,234); }
div.DivClassName
{
background-color: #C364EA;
}
.BgClassName
{
background-color: #C364EA;
}
</style>
border-color css
<style>
span { border-color: #C364EA; }
span { border-color: rgb(195,100,234); }
td.TdClassName
{
border-color: #C364EA;
}
.TagClassName
{
border-color: #C364EA;
}
</style>