Shades of Medium Orchid #C350FC
Tints of Medium Orchid #C350FC
RGB
CMYK
RGB Variations
Color information
#C350FC (or 0xC350FC) is known color: Medium Orchid. HEX triplet: C3, 50 and FC. RGB value is (195,80,252). Sum of RGB (Red+Green+Blue) = 195+80+252=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #C350FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350FC is #3CAF03. Grayscale: #858585. Windows color (decimal): -3976964 or 16535747. OLE color: 16535747.
HSL color Cylindrical-coordinate representation of color #C350FC: hue angle of 280.12º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C350FC is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 80 | 252 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.01 |
| HSL | 280.12º | 0.97% | 0.65% | - |
| HSV(B) | 280.12º | 0.68% | 0.99% | - |
| XYZ | 42.95 | 24.37 | 94.54 | - |
| YUV | 133.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 252 | 0.23 | 0.68 | 0 | 0.01 | 280.12 | 0.97 | 0.65 |
| Hex | C3 | 50 | FC | 17 | 44 | 0 | 1 | 118 | 61 | 41 |
| Octal | 303 | 120 | 374 | 27 | 104 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000011 | 1010000 | 11111100 | 10111 | 1000100 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C350FC
Complementary color
Monochromatic Colors of #C350FC
Black with #C350FC
Text Example
Text Example
White with #C350FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350FC; }
p { color: rgb(195,80,252); }
H1.HeaderClassName
{
color: #C350FC;
}
.AnyTagClassName
{
color: #C350FC;
}
</style>
background-color css
<style>
a { background-color: #C350FC; }
a { background-color: rgb(195,80,252); }
div.DivClassName
{
background-color: #C350FC;
}
.BgClassName
{
background-color: #C350FC;
}
</style>
border-color css
<style>
span { border-color: #C350FC; }
span { border-color: rgb(195,80,252); }
td.TdClassName
{
border-color: #C350FC;
}
.TagClassName
{
border-color: #C350FC;
}
</style>