Shades of Medium Orchid #C341DD
Tints of Medium Orchid #C341DD
RGB
CMYK
RGB Variations
Color information
#C341DD (or 0xC341DD) is known color: Medium Orchid. HEX triplet: C3, 41 and DD. RGB value is (195,65,221). Sum of RGB (Red+Green+Blue) = 195+65+221=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 65 (25.78% from 255 or 13.51% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #C341DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C341DD is #3CBE22. Grayscale: #797979. Windows color (decimal): -3980835 or 14500291. OLE color: 14500291.
HSL color Cylindrical-coordinate representation of color #C341DD: hue angle of 290º degrees, saturation: 0.7, 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 #C341DD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 65 | 221 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.13 |
| HSL | 290º | 0.7% | 0.56% | - |
| HSV(B) | 290º | 0.71% | 0.87% | - |
| XYZ | 37.45 | 20.6 | 70.41 | - |
| YUV | 121.65 | 184.07 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 221 | 0.12 | 0.71 | 0 | 0.13 | 290 | 0.7 | 0.56 |
| Hex | C3 | 41 | DD | C | 47 | 0 | D | 122 | 46 | 38 |
| Octal | 303 | 101 | 335 | 14 | 107 | 0 | 15 | 442 | 106 | 70 |
| Binary | 11000011 | 1000001 | 11011101 | 1100 | 1000111 | 0 | 1101 | 100100010 | 1000110 | 111000 |
Color Harmonies of #C341DD
Complementary color
Monochromatic Colors of #C341DD
Black with #C341DD
Text Example
Text Example
White with #C341DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341DD; }
p { color: rgb(195,65,221); }
H1.HeaderClassName
{
color: #C341DD;
}
.AnyTagClassName
{
color: #C341DD;
}
</style>
background-color css
<style>
a { background-color: #C341DD; }
a { background-color: rgb(195,65,221); }
div.DivClassName
{
background-color: #C341DD;
}
.BgClassName
{
background-color: #C341DD;
}
</style>
border-color css
<style>
span { border-color: #C341DD; }
span { border-color: rgb(195,65,221); }
td.TdClassName
{
border-color: #C341DD;
}
.TagClassName
{
border-color: #C341DD;
}
</style>