Shades of Medium Orchid #C342CF
Tints of Medium Orchid #C342CF
RGB
CMYK
RGB Variations
Color information
#C342CF (or 0xC342CF) is known color: Medium Orchid. HEX triplet: C3, 42 and CF. RGB value is (195,66,207). Sum of RGB (Red+Green+Blue) = 195+66+207=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #C342CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C342CF is #3CBD30. Grayscale: #787878. Windows color (decimal): -3980593 or 13583043. OLE color: 13583043.
HSL color Cylindrical-coordinate representation of color #C342CF: hue angle of 294.89º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C342CF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 66 | 207 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.19 |
| HSL | 294.89º | 0.59% | 0.54% | - |
| HSV(B) | 294.89º | 0.68% | 0.81% | - |
| XYZ | 35.72 | 20 | 61.01 | - |
| YUV | 120.65 | 176.74 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 207 | 0.06 | 0.68 | 0 | 0.19 | 294.89 | 0.59 | 0.54 |
| Hex | C3 | 42 | CF | 6 | 44 | 0 | 13 | 127 | 3B | 36 |
| Octal | 303 | 102 | 317 | 6 | 104 | 0 | 23 | 447 | 73 | 66 |
| Binary | 11000011 | 1000010 | 11001111 | 110 | 1000100 | 0 | 10011 | 100100111 | 111011 | 110110 |
Color Harmonies of #C342CF
Complementary color
Monochromatic Colors of #C342CF
Black with #C342CF
Text Example
Text Example
White with #C342CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342CF; }
p { color: rgb(195,66,207); }
H1.HeaderClassName
{
color: #C342CF;
}
.AnyTagClassName
{
color: #C342CF;
}
</style>
background-color css
<style>
a { background-color: #C342CF; }
a { background-color: rgb(195,66,207); }
div.DivClassName
{
background-color: #C342CF;
}
.BgClassName
{
background-color: #C342CF;
}
</style>
border-color css
<style>
span { border-color: #C342CF; }
span { border-color: rgb(195,66,207); }
td.TdClassName
{
border-color: #C342CF;
}
.TagClassName
{
border-color: #C342CF;
}
</style>