Shades of Medium Orchid #C34DDC
Tints of Medium Orchid #C34DDC
RGB
CMYK
RGB Variations
Color information
#C34DDC (or 0xC34DDC) is known color: Medium Orchid. HEX triplet: C3, 4D and DC. RGB value is (195,77,220). Sum of RGB (Red+Green+Blue) = 195+77+220=492 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.63% from 492); Green value is 77 (30.47% from 255 or 15.65% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #C34DDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C34DDC is #3CB223. Grayscale: #808080. Windows color (decimal): -3977764 or 14437827. OLE color: 14437827.
HSL color Cylindrical-coordinate representation of color #C34DDC: hue angle of 289.51º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34DDC is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 77 | 220 | - |
| CMYK | 0.11 | 0.65 | 0 | 0.14 |
| HSL | 289.51º | 0.67% | 0.58% | - |
| HSV(B) | 289.51º | 0.65% | 0.86% | - |
| XYZ | 38.08 | 22.08 | 69.96 | - |
| YUV | 128.58 | 179.59 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 220 | 0.11 | 0.65 | 0 | 0.14 | 289.51 | 0.67 | 0.58 |
| Hex | C3 | 4D | DC | B | 41 | 0 | E | 122 | 43 | 3A |
| Octal | 303 | 115 | 334 | 13 | 101 | 0 | 16 | 442 | 103 | 72 |
| Binary | 11000011 | 1001101 | 11011100 | 1011 | 1000001 | 0 | 1110 | 100100010 | 1000011 | 111010 |
Color Harmonies of #C34DDC
Complementary color
Monochromatic Colors of #C34DDC
Black with #C34DDC
Text Example
Text Example
White with #C34DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DDC; }
p { color: rgb(195,77,220); }
H1.HeaderClassName
{
color: #C34DDC;
}
.AnyTagClassName
{
color: #C34DDC;
}
</style>
background-color css
<style>
a { background-color: #C34DDC; }
a { background-color: rgb(195,77,220); }
div.DivClassName
{
background-color: #C34DDC;
}
.BgClassName
{
background-color: #C34DDC;
}
</style>
border-color css
<style>
span { border-color: #C34DDC; }
span { border-color: rgb(195,77,220); }
td.TdClassName
{
border-color: #C34DDC;
}
.TagClassName
{
border-color: #C34DDC;
}
</style>