Shades of Medium Orchid #C341DF
Tints of Medium Orchid #C341DF
RGB
CMYK
RGB Variations
Color information
#C341DF (or 0xC341DF) is known color: Medium Orchid. HEX triplet: C3, 41 and DF. RGB value is (195,65,223). Sum of RGB (Red+Green+Blue) = 195+65+223=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 223 (87.5% from 255 or 46.17% from 483); Max value from RGB is 223 - color contains mainly: blue. Hex color #C341DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341DF is #3CBE20. Grayscale: #797979. Windows color (decimal): -3980833 or 14631363. OLE color: 14631363.
HSL color Cylindrical-coordinate representation of color #C341DF: hue angle of 289.37º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C341DF is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 65 | 223 | - |
| CMYK | 0.13 | 0.71 | 0 | 0.13 |
| HSL | 289.37º | 0.71% | 0.56% | - |
| HSV(B) | 289.37º | 0.71% | 0.87% | - |
| XYZ | 37.72 | 20.71 | 71.82 | - |
| YUV | 121.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 223 | 0.13 | 0.71 | 0 | 0.13 | 289.37 | 0.71 | 0.56 |
| Hex | C3 | 41 | DF | D | 47 | 0 | D | 121 | 47 | 38 |
| Octal | 303 | 101 | 337 | 15 | 107 | 0 | 15 | 441 | 107 | 70 |
| Binary | 11000011 | 1000001 | 11011111 | 1101 | 1000111 | 0 | 1101 | 100100001 | 1000111 | 111000 |
Color Harmonies of #C341DF
Complementary color
Monochromatic Colors of #C341DF
Black with #C341DF
Text Example
Text Example
White with #C341DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341DF; }
p { color: rgb(195,65,223); }
H1.HeaderClassName
{
color: #C341DF;
}
.AnyTagClassName
{
color: #C341DF;
}
</style>
background-color css
<style>
a { background-color: #C341DF; }
a { background-color: rgb(195,65,223); }
div.DivClassName
{
background-color: #C341DF;
}
.BgClassName
{
background-color: #C341DF;
}
</style>
border-color css
<style>
span { border-color: #C341DF; }
span { border-color: rgb(195,65,223); }
td.TdClassName
{
border-color: #C341DF;
}
.TagClassName
{
border-color: #C341DF;
}
</style>