Shades of Medium Orchid #C342FF
Tints of Medium Orchid #C342FF
RGB
CMYK
RGB Variations
Color information
#C342FF (or 0xC342FF) is known color: Medium Orchid. HEX triplet: C3, 42 and FF. RGB value is (195,66,255). Sum of RGB (Red+Green+Blue) = 195+66+255=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 66 (26.17% from 255 or 12.79% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C342FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342FF is #3CBD00. Grayscale: #7D7D7D. Windows color (decimal): -3980545 or 16728771. OLE color: 16728771.
HSL color Cylindrical-coordinate representation of color #C342FF: hue angle of 280.95º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C342FF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 66 | 255 | - |
| CMYK | 0.24 | 0.74 | 0 | 0 |
| HSL | 280.95º | 1% | 0.63% | - |
| HSV(B) | 280.95º | 0.74% | 1% | - |
| XYZ | 42.5 | 22.72 | 96.75 | - |
| YUV | 126.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 255 | 0.24 | 0.74 | 0 | 0 | 280.95 | 1 | 0.63 |
| Hex | C3 | 42 | FF | 18 | 4A | 0 | 0 | 119 | 64 | 3F |
| Octal | 303 | 102 | 377 | 30 | 112 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000011 | 1000010 | 11111111 | 11000 | 1001010 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C342FF
Complementary color
Monochromatic Colors of #C342FF
Black with #C342FF
Text Example
Text Example
White with #C342FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342FF; }
p { color: rgb(195,66,255); }
H1.HeaderClassName
{
color: #C342FF;
}
.AnyTagClassName
{
color: #C342FF;
}
</style>
background-color css
<style>
a { background-color: #C342FF; }
a { background-color: rgb(195,66,255); }
div.DivClassName
{
background-color: #C342FF;
}
.BgClassName
{
background-color: #C342FF;
}
</style>
border-color css
<style>
span { border-color: #C342FF; }
span { border-color: rgb(195,66,255); }
td.TdClassName
{
border-color: #C342FF;
}
.TagClassName
{
border-color: #C342FF;
}
</style>