Shades of Medium Orchid #C345FC
Tints of Medium Orchid #C345FC
RGB
CMYK
RGB Variations
Color information
#C345FC (or 0xC345FC) is known color: Medium Orchid. HEX triplet: C3, 45 and FC. RGB value is (195,69,252). Sum of RGB (Red+Green+Blue) = 195+69+252=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 69 (27.34% from 255 or 13.37% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #C345FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C345FC is #3CBA03. Grayscale: #7E7E7E. Windows color (decimal): -3979780 or 16532931. OLE color: 16532931.
HSL color Cylindrical-coordinate representation of color #C345FC: hue angle of 281.31º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C345FC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 69 | 252 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.01 |
| HSL | 281.31º | 0.97% | 0.63% | - |
| HSV(B) | 281.31º | 0.73% | 0.99% | - |
| XYZ | 42.2 | 22.89 | 94.29 | - |
| YUV | 127.54 | 198.24 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 252 | 0.23 | 0.73 | 0 | 0.01 | 281.31 | 0.97 | 0.63 |
| Hex | C3 | 45 | FC | 17 | 49 | 0 | 1 | 119 | 61 | 3F |
| Octal | 303 | 105 | 374 | 27 | 111 | 0 | 1 | 431 | 141 | 77 |
| Binary | 11000011 | 1000101 | 11111100 | 10111 | 1001001 | 0 | 1 | 100011001 | 1100001 | 111111 |
Color Harmonies of #C345FC
Complementary color
Monochromatic Colors of #C345FC
Black with #C345FC
Text Example
Text Example
White with #C345FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C345FC; }
p { color: rgb(195,69,252); }
H1.HeaderClassName
{
color: #C345FC;
}
.AnyTagClassName
{
color: #C345FC;
}
</style>
background-color css
<style>
a { background-color: #C345FC; }
a { background-color: rgb(195,69,252); }
div.DivClassName
{
background-color: #C345FC;
}
.BgClassName
{
background-color: #C345FC;
}
</style>
border-color css
<style>
span { border-color: #C345FC; }
span { border-color: rgb(195,69,252); }
td.TdClassName
{
border-color: #C345FC;
}
.TagClassName
{
border-color: #C345FC;
}
</style>