Shades of Medium Orchid #C344DC
Tints of Medium Orchid #C344DC
RGB
CMYK
RGB Variations
Color information
#C344DC (or 0xC344DC) is known color: Medium Orchid. HEX triplet: C3, 44 and DC. RGB value is (195,68,220). Sum of RGB (Red+Green+Blue) = 195+68+220=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 68 (26.95% from 255 or 14.08% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #C344DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344DC is #3CBB23. Grayscale: #7A7A7A. Windows color (decimal): -3980068 or 14435523. OLE color: 14435523.
HSL color Cylindrical-coordinate representation of color #C344DC: hue angle of 290.13º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C344DC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 68 | 220 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.14 |
| HSL | 290.13º | 0.68% | 0.56% | - |
| HSV(B) | 290.13º | 0.69% | 0.86% | - |
| XYZ | 37.49 | 20.9 | 69.77 | - |
| YUV | 123.3 | 182.58 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 220 | 0.11 | 0.69 | 0 | 0.14 | 290.13 | 0.68 | 0.56 |
| Hex | C3 | 44 | DC | B | 45 | 0 | E | 122 | 44 | 38 |
| Octal | 303 | 104 | 334 | 13 | 105 | 0 | 16 | 442 | 104 | 70 |
| Binary | 11000011 | 1000100 | 11011100 | 1011 | 1000101 | 0 | 1110 | 100100010 | 1000100 | 111000 |
Color Harmonies of #C344DC
Complementary color
Monochromatic Colors of #C344DC
Black with #C344DC
Text Example
Text Example
White with #C344DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C344DC; }
p { color: rgb(195,68,220); }
H1.HeaderClassName
{
color: #C344DC;
}
.AnyTagClassName
{
color: #C344DC;
}
</style>
background-color css
<style>
a { background-color: #C344DC; }
a { background-color: rgb(195,68,220); }
div.DivClassName
{
background-color: #C344DC;
}
.BgClassName
{
background-color: #C344DC;
}
</style>
border-color css
<style>
span { border-color: #C344DC; }
span { border-color: rgb(195,68,220); }
td.TdClassName
{
border-color: #C344DC;
}
.TagClassName
{
border-color: #C344DC;
}
</style>