Shades of Medium Orchid #C34EDD
Tints of Medium Orchid #C34EDD
RGB
CMYK
RGB Variations
Color information
#C34EDD (or 0xC34EDD) is known color: Medium Orchid. HEX triplet: C3, 4E and DD. RGB value is (195,78,221). Sum of RGB (Red+Green+Blue) = 195+78+221=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C34EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34EDD is #3CB122. Grayscale: #808080. Windows color (decimal): -3977507 or 14503619. OLE color: 14503619.
HSL color Cylindrical-coordinate representation of color #C34EDD: hue angle of 289.09º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34EDD is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 78 | 221 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.13 |
| HSL | 289.09º | 0.68% | 0.59% | - |
| HSV(B) | 289.09º | 0.65% | 0.87% | - |
| XYZ | 38.28 | 22.27 | 70.69 | - |
| YUV | 129.29 | 179.76 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 221 | 0.12 | 0.65 | 0 | 0.13 | 289.09 | 0.68 | 0.59 |
| Hex | C3 | 4E | DD | C | 41 | 0 | D | 121 | 44 | 3B |
| Octal | 303 | 116 | 335 | 14 | 101 | 0 | 15 | 441 | 104 | 73 |
| Binary | 11000011 | 1001110 | 11011101 | 1100 | 1000001 | 0 | 1101 | 100100001 | 1000100 | 111011 |
Color Harmonies of #C34EDD
Complementary color
Monochromatic Colors of #C34EDD
Black with #C34EDD
Text Example
Text Example
White with #C34EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34EDD; }
p { color: rgb(195,78,221); }
H1.HeaderClassName
{
color: #C34EDD;
}
.AnyTagClassName
{
color: #C34EDD;
}
</style>
background-color css
<style>
a { background-color: #C34EDD; }
a { background-color: rgb(195,78,221); }
div.DivClassName
{
background-color: #C34EDD;
}
.BgClassName
{
background-color: #C34EDD;
}
</style>
border-color css
<style>
span { border-color: #C34EDD; }
span { border-color: rgb(195,78,221); }
td.TdClassName
{
border-color: #C34EDD;
}
.TagClassName
{
border-color: #C34EDD;
}
</style>