Shades of Medium Orchid #C342E5
Tints of Medium Orchid #C342E5
RGB
CMYK
RGB Variations
Color information
#C342E5 (or 0xC342E5) is known color: Medium Orchid. HEX triplet: C3, 42 and E5. RGB value is (195,66,229). Sum of RGB (Red+Green+Blue) = 195+66+229=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 66 (26.17% from 255 or 13.47% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #C342E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342E5 is #3CBD1A. Grayscale: #7A7A7A. Windows color (decimal): -3980571 or 15024835. OLE color: 15024835.
HSL color Cylindrical-coordinate representation of color #C342E5: hue angle of 287.48º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C342E5 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 66 | 229 | - |
| CMYK | 0.15 | 0.71 | 0 | 0.10 |
| HSL | 287.48º | 0.76% | 0.58% | - |
| HSV(B) | 287.48º | 0.71% | 0.9% | - |
| XYZ | 38.6 | 21.16 | 76.18 | - |
| YUV | 123.15 | 187.74 | 179.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 229 | 0.15 | 0.71 | 0 | 0.10 | 287.48 | 0.76 | 0.58 |
| Hex | C3 | 42 | E5 | F | 47 | 0 | A | 11F | 4C | 3A |
| Octal | 303 | 102 | 345 | 17 | 107 | 0 | 12 | 437 | 114 | 72 |
| Binary | 11000011 | 1000010 | 11100101 | 1111 | 1000111 | 0 | 1010 | 100011111 | 1001100 | 111010 |
Color Harmonies of #C342E5
Complementary color
Monochromatic Colors of #C342E5
Black with #C342E5
Text Example
Text Example
White with #C342E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342E5; }
p { color: rgb(195,66,229); }
H1.HeaderClassName
{
color: #C342E5;
}
.AnyTagClassName
{
color: #C342E5;
}
</style>
background-color css
<style>
a { background-color: #C342E5; }
a { background-color: rgb(195,66,229); }
div.DivClassName
{
background-color: #C342E5;
}
.BgClassName
{
background-color: #C342E5;
}
</style>
border-color css
<style>
span { border-color: #C342E5; }
span { border-color: rgb(195,66,229); }
td.TdClassName
{
border-color: #C342E5;
}
.TagClassName
{
border-color: #C342E5;
}
</style>