Shades of Medium Orchid #C342D3
Tints of Medium Orchid #C342D3
RGB
CMYK
RGB Variations
Color information
#C342D3 (or 0xC342D3) is known color: Medium Orchid. HEX triplet: C3, 42 and D3. RGB value is (195,66,211). Sum of RGB (Red+Green+Blue) = 195+66+211=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 211 (82.81% from 255 or 44.70% from 472); Max value from RGB is 211 - color contains mainly: blue. Hex color #C342D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342D3 is #3CBD2C. Grayscale: #787878. Windows color (decimal): -3980589 or 13845187. OLE color: 13845187.
HSL color Cylindrical-coordinate representation of color #C342D3: hue angle of 293.38º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C342D3 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 66 | 211 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.17 |
| HSL | 293.38º | 0.62% | 0.54% | - |
| HSV(B) | 293.38º | 0.69% | 0.83% | - |
| XYZ | 36.21 | 20.2 | 63.62 | - |
| YUV | 121.1 | 178.74 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 211 | 0.08 | 0.69 | 0 | 0.17 | 293.38 | 0.62 | 0.54 |
| Hex | C3 | 42 | D3 | 8 | 45 | 0 | 11 | 125 | 3E | 36 |
| Octal | 303 | 102 | 323 | 10 | 105 | 0 | 21 | 445 | 76 | 66 |
| Binary | 11000011 | 1000010 | 11010011 | 1000 | 1000101 | 0 | 10001 | 100100101 | 111110 | 110110 |
Color Harmonies of #C342D3
Complementary color
Monochromatic Colors of #C342D3
Black with #C342D3
Text Example
Text Example
White with #C342D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342D3; }
p { color: rgb(195,66,211); }
H1.HeaderClassName
{
color: #C342D3;
}
.AnyTagClassName
{
color: #C342D3;
}
</style>
background-color css
<style>
a { background-color: #C342D3; }
a { background-color: rgb(195,66,211); }
div.DivClassName
{
background-color: #C342D3;
}
.BgClassName
{
background-color: #C342D3;
}
</style>
border-color css
<style>
span { border-color: #C342D3; }
span { border-color: rgb(195,66,211); }
td.TdClassName
{
border-color: #C342D3;
}
.TagClassName
{
border-color: #C342D3;
}
</style>