Shades of Medium Orchid #C342FE
Tints of Medium Orchid #C342FE
RGB
CMYK
RGB Variations
Color information
#C342FE (or 0xC342FE) is known color: Medium Orchid. HEX triplet: C3, 42 and FE. RGB value is (195,66,254). Sum of RGB (Red+Green+Blue) = 195+66+254=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 66 (26.17% from 255 or 12.82% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #C342FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342FE is #3CBD01. Grayscale: #7D7D7D. Windows color (decimal): -3980546 or 16663235. OLE color: 16663235.
HSL color Cylindrical-coordinate representation of color #C342FE: hue angle of 281.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C342FE is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 66 | 254 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.00 |
| HSL | 281.17º | 0.99% | 0.63% | - |
| HSV(B) | 281.17º | 0.74% | 1% | - |
| XYZ | 42.34 | 22.65 | 95.91 | - |
| YUV | 126 | 200.24 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 254 | 0.23 | 0.74 | 0 | 0.00 | 281.17 | 0.99 | 0.63 |
| Hex | C3 | 42 | FE | 17 | 4A | 0 | 0 | 119 | 63 | 3F |
| Octal | 303 | 102 | 376 | 27 | 112 | 0 | 0 | 431 | 143 | 77 |
| Binary | 11000011 | 1000010 | 11111110 | 10111 | 1001010 | 0 | 0 | 100011001 | 1100011 | 111111 |
Color Harmonies of #C342FE
Complementary color
Monochromatic Colors of #C342FE
Black with #C342FE
Text Example
Text Example
White with #C342FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342FE; }
p { color: rgb(195,66,254); }
H1.HeaderClassName
{
color: #C342FE;
}
.AnyTagClassName
{
color: #C342FE;
}
</style>
background-color css
<style>
a { background-color: #C342FE; }
a { background-color: rgb(195,66,254); }
div.DivClassName
{
background-color: #C342FE;
}
.BgClassName
{
background-color: #C342FE;
}
</style>
border-color css
<style>
span { border-color: #C342FE; }
span { border-color: rgb(195,66,254); }
td.TdClassName
{
border-color: #C342FE;
}
.TagClassName
{
border-color: #C342FE;
}
</style>