Shades of Medium Orchid #C342DC
Tints of Medium Orchid #C342DC
RGB
CMYK
RGB Variations
Color information
#C342DC (or 0xC342DC) is known color: Medium Orchid. HEX triplet: C3, 42 and DC. RGB value is (195,66,220). Sum of RGB (Red+Green+Blue) = 195+66+220=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #C342DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342DC is #3CBD23. Grayscale: #797979. Windows color (decimal): -3980580 or 14435011. OLE color: 14435011.
HSL color Cylindrical-coordinate representation of color #C342DC: hue angle of 290.26º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C342DC is Cyan = 0.11, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 66 | 220 | - |
| CMYK | 0.11 | 0.7 | 0 | 0.14 |
| HSL | 290.26º | 0.69% | 0.56% | - |
| HSV(B) | 290.26º | 0.7% | 0.86% | - |
| XYZ | 37.37 | 20.67 | 69.73 | - |
| YUV | 122.13 | 183.24 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 220 | 0.11 | 0.7 | 0 | 0.14 | 290.26 | 0.69 | 0.56 |
| Hex | C3 | 42 | DC | B | 46 | 0 | E | 122 | 45 | 38 |
| Octal | 303 | 102 | 334 | 13 | 106 | 0 | 16 | 442 | 105 | 70 |
| Binary | 11000011 | 1000010 | 11011100 | 1011 | 1000110 | 0 | 1110 | 100100010 | 1000101 | 111000 |
Color Harmonies of #C342DC
Complementary color
Monochromatic Colors of #C342DC
Black with #C342DC
Text Example
Text Example
White with #C342DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342DC; }
p { color: rgb(195,66,220); }
H1.HeaderClassName
{
color: #C342DC;
}
.AnyTagClassName
{
color: #C342DC;
}
</style>
background-color css
<style>
a { background-color: #C342DC; }
a { background-color: rgb(195,66,220); }
div.DivClassName
{
background-color: #C342DC;
}
.BgClassName
{
background-color: #C342DC;
}
</style>
border-color css
<style>
span { border-color: #C342DC; }
span { border-color: rgb(195,66,220); }
td.TdClassName
{
border-color: #C342DC;
}
.TagClassName
{
border-color: #C342DC;
}
</style>