Shades of Medium Orchid #C34DD1
Tints of Medium Orchid #C34DD1
RGB
CMYK
RGB Variations
Color information
#C34DD1 (or 0xC34DD1) is known color: Medium Orchid. HEX triplet: C3, 4D and D1. RGB value is (195,77,209). Sum of RGB (Red+Green+Blue) = 195+77+209=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 209 (82.03% from 255 or 43.45% from 481); Max value from RGB is 209 - color contains mainly: blue. Hex color #C34DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DD1 is #3CB22E. Grayscale: #7E7E7E. Windows color (decimal): -3977775 or 13716931. OLE color: 13716931.
HSL color Cylindrical-coordinate representation of color #C34DD1: hue angle of 293.64º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34DD1 is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 77 | 209 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.18 |
| HSL | 293.64º | 0.59% | 0.56% | - |
| HSV(B) | 293.64º | 0.63% | 0.82% | - |
| XYZ | 36.67 | 21.51 | 62.54 | - |
| YUV | 127.33 | 174.09 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 209 | 0.07 | 0.63 | 0 | 0.18 | 293.64 | 0.59 | 0.56 |
| Hex | C3 | 4D | D1 | 7 | 3F | 0 | 12 | 126 | 3B | 38 |
| Octal | 303 | 115 | 321 | 7 | 77 | 0 | 22 | 446 | 73 | 70 |
| Binary | 11000011 | 1001101 | 11010001 | 111 | 111111 | 0 | 10010 | 100100110 | 111011 | 111000 |
Color Harmonies of #C34DD1
Complementary color
Monochromatic Colors of #C34DD1
Black with #C34DD1
Text Example
Text Example
White with #C34DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DD1; }
p { color: rgb(195,77,209); }
H1.HeaderClassName
{
color: #C34DD1;
}
.AnyTagClassName
{
color: #C34DD1;
}
</style>
background-color css
<style>
a { background-color: #C34DD1; }
a { background-color: rgb(195,77,209); }
div.DivClassName
{
background-color: #C34DD1;
}
.BgClassName
{
background-color: #C34DD1;
}
</style>
border-color css
<style>
span { border-color: #C34DD1; }
span { border-color: rgb(195,77,209); }
td.TdClassName
{
border-color: #C34DD1;
}
.TagClassName
{
border-color: #C34DD1;
}
</style>