Shades of Medium Orchid #C346FD
Tints of Medium Orchid #C346FD
RGB
CMYK
RGB Variations
Color information
#C346FD (or 0xC346FD) is known color: Medium Orchid. HEX triplet: C3, 46 and FD. RGB value is (195,70,253). Sum of RGB (Red+Green+Blue) = 195+70+253=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #C346FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C346FD is #3CB902. Grayscale: #7F7F7F. Windows color (decimal): -3979523 or 16598723. OLE color: 16598723.
HSL color Cylindrical-coordinate representation of color #C346FD: hue angle of 280.98º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C346FD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 70 | 253 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 280.98º | 0.98% | 0.63% | - |
| HSV(B) | 280.98º | 0.72% | 0.99% | - |
| XYZ | 42.43 | 23.07 | 95.15 | - |
| YUV | 128.24 | 198.41 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 253 | 0.23 | 0.72 | 0 | 0.01 | 280.98 | 0.98 | 0.63 |
| Hex | C3 | 46 | FD | 17 | 48 | 0 | 1 | 119 | 62 | 3F |
| Octal | 303 | 106 | 375 | 27 | 110 | 0 | 1 | 431 | 142 | 77 |
| Binary | 11000011 | 1000110 | 11111101 | 10111 | 1001000 | 0 | 1 | 100011001 | 1100010 | 111111 |
Color Harmonies of #C346FD
Complementary color
Monochromatic Colors of #C346FD
Black with #C346FD
Text Example
Text Example
White with #C346FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346FD; }
p { color: rgb(195,70,253); }
H1.HeaderClassName
{
color: #C346FD;
}
.AnyTagClassName
{
color: #C346FD;
}
</style>
background-color css
<style>
a { background-color: #C346FD; }
a { background-color: rgb(195,70,253); }
div.DivClassName
{
background-color: #C346FD;
}
.BgClassName
{
background-color: #C346FD;
}
</style>
border-color css
<style>
span { border-color: #C346FD; }
span { border-color: rgb(195,70,253); }
td.TdClassName
{
border-color: #C346FD;
}
.TagClassName
{
border-color: #C346FD;
}
</style>