Shades of Medium Orchid #C346DF
Tints of Medium Orchid #C346DF
RGB
CMYK
RGB Variations
Color information
#C346DF (or 0xC346DF) is known color: Medium Orchid. HEX triplet: C3, 46 and DF. RGB value is (195,70,223). Sum of RGB (Red+Green+Blue) = 195+70+223=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #C346DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346DF is #3CB920. Grayscale: #7C7C7C. Windows color (decimal): -3979553 or 14632643. OLE color: 14632643.
HSL color Cylindrical-coordinate representation of color #C346DF: hue angle of 289.02º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C346DF is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 70 | 223 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.13 |
| HSL | 289.02º | 0.71% | 0.57% | - |
| HSV(B) | 289.02º | 0.69% | 0.87% | - |
| XYZ | 38.02 | 21.31 | 71.92 | - |
| YUV | 124.82 | 183.41 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 223 | 0.13 | 0.69 | 0 | 0.13 | 289.02 | 0.71 | 0.57 |
| Hex | C3 | 46 | DF | D | 45 | 0 | D | 121 | 47 | 39 |
| Octal | 303 | 106 | 337 | 15 | 105 | 0 | 15 | 441 | 107 | 71 |
| Binary | 11000011 | 1000110 | 11011111 | 1101 | 1000101 | 0 | 1101 | 100100001 | 1000111 | 111001 |
Color Harmonies of #C346DF
Complementary color
Monochromatic Colors of #C346DF
Black with #C346DF
Text Example
Text Example
White with #C346DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346DF; }
p { color: rgb(195,70,223); }
H1.HeaderClassName
{
color: #C346DF;
}
.AnyTagClassName
{
color: #C346DF;
}
</style>
background-color css
<style>
a { background-color: #C346DF; }
a { background-color: rgb(195,70,223); }
div.DivClassName
{
background-color: #C346DF;
}
.BgClassName
{
background-color: #C346DF;
}
</style>
border-color css
<style>
span { border-color: #C346DF; }
span { border-color: rgb(195,70,223); }
td.TdClassName
{
border-color: #C346DF;
}
.TagClassName
{
border-color: #C346DF;
}
</style>