Shades of Medium Orchid #C345E0
Tints of Medium Orchid #C345E0
RGB
CMYK
RGB Variations
Color information
#C345E0 (or 0xC345E0) is known color: Medium Orchid. HEX triplet: C3, 45 and E0. RGB value is (195,69,224). Sum of RGB (Red+Green+Blue) = 195+69+224=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 69 (27.34% from 255 or 14.14% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 224 - color contains mainly: blue. Hex color #C345E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C345E0 is #3CBA1F. Grayscale: #7B7B7B. Windows color (decimal): -3979808 or 14697923. OLE color: 14697923.
HSL color Cylindrical-coordinate representation of color #C345E0: hue angle of 288.77º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C345E0 is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 69 | 224 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.12 |
| HSL | 288.77º | 0.71% | 0.57% | - |
| HSV(B) | 288.77º | 0.69% | 0.88% | - |
| XYZ | 38.09 | 21.24 | 72.61 | - |
| YUV | 124.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 224 | 0.13 | 0.69 | 0 | 0.12 | 288.77 | 0.71 | 0.57 |
| Hex | C3 | 45 | E0 | D | 45 | 0 | C | 121 | 47 | 39 |
| Octal | 303 | 105 | 340 | 15 | 105 | 0 | 14 | 441 | 107 | 71 |
| Binary | 11000011 | 1000101 | 11100000 | 1101 | 1000101 | 0 | 1100 | 100100001 | 1000111 | 111001 |
Color Harmonies of #C345E0
Complementary color
Monochromatic Colors of #C345E0
Black with #C345E0
Text Example
Text Example
White with #C345E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345E0; }
p { color: rgb(195,69,224); }
H1.HeaderClassName
{
color: #C345E0;
}
.AnyTagClassName
{
color: #C345E0;
}
</style>
background-color css
<style>
a { background-color: #C345E0; }
a { background-color: rgb(195,69,224); }
div.DivClassName
{
background-color: #C345E0;
}
.BgClassName
{
background-color: #C345E0;
}
</style>
border-color css
<style>
span { border-color: #C345E0; }
span { border-color: rgb(195,69,224); }
td.TdClassName
{
border-color: #C345E0;
}
.TagClassName
{
border-color: #C345E0;
}
</style>