Shades of Medium Orchid #C342DA
Tints of Medium Orchid #C342DA
RGB
CMYK
RGB Variations
Color information
#C342DA (or 0xC342DA) is known color: Medium Orchid. HEX triplet: C3, 42 and DA. RGB value is (195,66,218). Sum of RGB (Red+Green+Blue) = 195+66+218=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 66 (26.17% from 255 or 13.78% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #C342DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342DA is #3CBD25. Grayscale: #797979. Windows color (decimal): -3980582 or 14303939. OLE color: 14303939.
HSL color Cylindrical-coordinate representation of color #C342DA: hue angle of 290.92º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C342DA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 66 | 218 | - |
| CMYK | 0.11 | 0.70 | 0 | 0.15 |
| HSL | 290.92º | 0.67% | 0.56% | - |
| HSV(B) | 290.92º | 0.7% | 0.85% | - |
| XYZ | 37.11 | 20.56 | 68.34 | - |
| YUV | 121.9 | 182.24 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 218 | 0.11 | 0.70 | 0 | 0.15 | 290.92 | 0.67 | 0.56 |
| Hex | C3 | 42 | DA | B | 46 | 0 | F | 123 | 43 | 38 |
| Octal | 303 | 102 | 332 | 13 | 106 | 0 | 17 | 443 | 103 | 70 |
| Binary | 11000011 | 1000010 | 11011010 | 1011 | 1000110 | 0 | 1111 | 100100011 | 1000011 | 111000 |
Color Harmonies of #C342DA
Complementary color
Monochromatic Colors of #C342DA
Black with #C342DA
Text Example
Text Example
White with #C342DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342DA; }
p { color: rgb(195,66,218); }
H1.HeaderClassName
{
color: #C342DA;
}
.AnyTagClassName
{
color: #C342DA;
}
</style>
background-color css
<style>
a { background-color: #C342DA; }
a { background-color: rgb(195,66,218); }
div.DivClassName
{
background-color: #C342DA;
}
.BgClassName
{
background-color: #C342DA;
}
</style>
border-color css
<style>
span { border-color: #C342DA; }
span { border-color: rgb(195,66,218); }
td.TdClassName
{
border-color: #C342DA;
}
.TagClassName
{
border-color: #C342DA;
}
</style>