Shades of Medium Orchid #C346CF
Tints of Medium Orchid #C346CF
RGB
CMYK
RGB Variations
Color information
#C346CF (or 0xC346CF) is known color: Medium Orchid. HEX triplet: C3, 46 and CF. RGB value is (195,70,207). Sum of RGB (Red+Green+Blue) = 195+70+207=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 207 (81.25% from 255 or 43.86% from 472); Max value from RGB is 207 - color contains mainly: blue. Hex color #C346CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C346CF is #3CB930. Grayscale: #7A7A7A. Windows color (decimal): -3979569 or 13584067. OLE color: 13584067.
HSL color Cylindrical-coordinate representation of color #C346CF: hue angle of 294.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C346CF is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 70 | 207 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.19 |
| HSL | 294.74º | 0.59% | 0.54% | - |
| HSV(B) | 294.74º | 0.66% | 0.81% | - |
| XYZ | 35.96 | 20.49 | 61.09 | - |
| YUV | 122.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 207 | 0.06 | 0.66 | 0 | 0.19 | 294.74 | 0.59 | 0.54 |
| Hex | C3 | 46 | CF | 6 | 42 | 0 | 13 | 127 | 3B | 36 |
| Octal | 303 | 106 | 317 | 6 | 102 | 0 | 23 | 447 | 73 | 66 |
| Binary | 11000011 | 1000110 | 11001111 | 110 | 1000010 | 0 | 10011 | 100100111 | 111011 | 110110 |
Color Harmonies of #C346CF
Complementary color
Monochromatic Colors of #C346CF
Black with #C346CF
Text Example
Text Example
White with #C346CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C346CF; }
p { color: rgb(195,70,207); }
H1.HeaderClassName
{
color: #C346CF;
}
.AnyTagClassName
{
color: #C346CF;
}
</style>
background-color css
<style>
a { background-color: #C346CF; }
a { background-color: rgb(195,70,207); }
div.DivClassName
{
background-color: #C346CF;
}
.BgClassName
{
background-color: #C346CF;
}
</style>
border-color css
<style>
span { border-color: #C346CF; }
span { border-color: rgb(195,70,207); }
td.TdClassName
{
border-color: #C346CF;
}
.TagClassName
{
border-color: #C346CF;
}
</style>