Shades of Medium Orchid #C341D1
Tints of Medium Orchid #C341D1
RGB
CMYK
RGB Variations
Color information
#C341D1 (or 0xC341D1) is known color: Medium Orchid. HEX triplet: C3, 41 and D1. RGB value is (195,65,209). Sum of RGB (Red+Green+Blue) = 195+65+209=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 65 (25.78% from 255 or 13.86% from 469); Blue value is 209 (82.03% from 255 or 44.56% from 469); Max value from RGB is 209 - color contains mainly: blue. Hex color #C341D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341D1 is #3CBE2E. Grayscale: #777777. Windows color (decimal): -3980847 or 13713859. OLE color: 13713859.
HSL color Cylindrical-coordinate representation of color #C341D1: hue angle of 294.17º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C341D1 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 65 | 209 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.18 |
| HSL | 294.17º | 0.61% | 0.54% | - |
| HSV(B) | 294.17º | 0.69% | 0.82% | - |
| XYZ | 35.9 | 19.99 | 62.29 | - |
| YUV | 120.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 209 | 0.07 | 0.69 | 0 | 0.18 | 294.17 | 0.61 | 0.54 |
| Hex | C3 | 41 | D1 | 7 | 45 | 0 | 12 | 126 | 3D | 36 |
| Octal | 303 | 101 | 321 | 7 | 105 | 0 | 22 | 446 | 75 | 66 |
| Binary | 11000011 | 1000001 | 11010001 | 111 | 1000101 | 0 | 10010 | 100100110 | 111101 | 110110 |
Color Harmonies of #C341D1
Complementary color
Monochromatic Colors of #C341D1
Black with #C341D1
Text Example
Text Example
White with #C341D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341D1; }
p { color: rgb(195,65,209); }
H1.HeaderClassName
{
color: #C341D1;
}
.AnyTagClassName
{
color: #C341D1;
}
</style>
background-color css
<style>
a { background-color: #C341D1; }
a { background-color: rgb(195,65,209); }
div.DivClassName
{
background-color: #C341D1;
}
.BgClassName
{
background-color: #C341D1;
}
</style>
border-color css
<style>
span { border-color: #C341D1; }
span { border-color: rgb(195,65,209); }
td.TdClassName
{
border-color: #C341D1;
}
.TagClassName
{
border-color: #C341D1;
}
</style>