Shades of Medium Orchid #C341D6
Tints of Medium Orchid #C341D6
RGB
CMYK
RGB Variations
Color information
#C341D6 (or 0xC341D6) is known color: Medium Orchid. HEX triplet: C3, 41 and D6. RGB value is (195,65,214). Sum of RGB (Red+Green+Blue) = 195+65+214=474 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.14% from 474); Green value is 65 (25.78% from 255 or 13.71% from 474); Blue value is 214 (83.98% from 255 or 45.15% from 474); Max value from RGB is 214 - color contains mainly: blue. Hex color #C341D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341D6 is #3CBE29. Grayscale: #787878. Windows color (decimal): -3980842 or 14041539. OLE color: 14041539.
HSL color Cylindrical-coordinate representation of color #C341D6: hue angle of 292.35º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C341D6 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 65 | 214 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.16 |
| HSL | 292.35º | 0.65% | 0.55% | - |
| HSV(B) | 292.35º | 0.7% | 0.84% | - |
| XYZ | 36.53 | 20.24 | 65.6 | - |
| YUV | 120.86 | 180.57 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 214 | 0.09 | 0.70 | 0 | 0.16 | 292.35 | 0.65 | 0.55 |
| Hex | C3 | 41 | D6 | 9 | 46 | 0 | 10 | 124 | 41 | 37 |
| Octal | 303 | 101 | 326 | 11 | 106 | 0 | 20 | 444 | 101 | 67 |
| Binary | 11000011 | 1000001 | 11010110 | 1001 | 1000110 | 0 | 10000 | 100100100 | 1000001 | 110111 |
Color Harmonies of #C341D6
Complementary color
Monochromatic Colors of #C341D6
Black with #C341D6
Text Example
Text Example
White with #C341D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341D6; }
p { color: rgb(195,65,214); }
H1.HeaderClassName
{
color: #C341D6;
}
.AnyTagClassName
{
color: #C341D6;
}
</style>
background-color css
<style>
a { background-color: #C341D6; }
a { background-color: rgb(195,65,214); }
div.DivClassName
{
background-color: #C341D6;
}
.BgClassName
{
background-color: #C341D6;
}
</style>
border-color css
<style>
span { border-color: #C341D6; }
span { border-color: rgb(195,65,214); }
td.TdClassName
{
border-color: #C341D6;
}
.TagClassName
{
border-color: #C341D6;
}
</style>