Shades of Medium Orchid #C349CF
Tints of Medium Orchid #C349CF
RGB
CMYK
RGB Variations
Color information
#C349CF (or 0xC349CF) is known color: Medium Orchid. HEX triplet: C3, 49 and CF. RGB value is (195,73,207). Sum of RGB (Red+Green+Blue) = 195+73+207=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #C349CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C349CF is #3CB630. Grayscale: #7C7C7C. Windows color (decimal): -3978801 or 13584835. OLE color: 13584835.
HSL color Cylindrical-coordinate representation of color #C349CF: hue angle of 294.63º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C349CF is Cyan = 0.06, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 73 | 207 | - |
| CMYK | 0.06 | 0.65 | 0 | 0.19 |
| HSL | 294.63º | 0.58% | 0.55% | - |
| HSV(B) | 294.63º | 0.65% | 0.81% | - |
| XYZ | 36.15 | 20.87 | 61.15 | - |
| YUV | 124.75 | 174.42 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 73 | 207 | 0.06 | 0.65 | 0 | 0.19 | 294.63 | 0.58 | 0.55 |
| Hex | C3 | 49 | CF | 6 | 41 | 0 | 13 | 127 | 3A | 37 |
| Octal | 303 | 111 | 317 | 6 | 101 | 0 | 23 | 447 | 72 | 67 |
| Binary | 11000011 | 1001001 | 11001111 | 110 | 1000001 | 0 | 10011 | 100100111 | 111010 | 110111 |
Color Harmonies of #C349CF
Complementary color
Monochromatic Colors of #C349CF
Black with #C349CF
Text Example
Text Example
White with #C349CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C349CF; }
p { color: rgb(195,73,207); }
H1.HeaderClassName
{
color: #C349CF;
}
.AnyTagClassName
{
color: #C349CF;
}
</style>
background-color css
<style>
a { background-color: #C349CF; }
a { background-color: rgb(195,73,207); }
div.DivClassName
{
background-color: #C349CF;
}
.BgClassName
{
background-color: #C349CF;
}
</style>
border-color css
<style>
span { border-color: #C349CF; }
span { border-color: rgb(195,73,207); }
td.TdClassName
{
border-color: #C349CF;
}
.TagClassName
{
border-color: #C349CF;
}
</style>