Shades of Medium Orchid #C342F4
Tints of Medium Orchid #C342F4
RGB
CMYK
RGB Variations
Color information
#C342F4 (or 0xC342F4) is known color: Medium Orchid. HEX triplet: C3, 42 and F4. RGB value is (195,66,244). Sum of RGB (Red+Green+Blue) = 195+66+244=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 66 (26.17% from 255 or 13.07% from 505); Blue value is 244 (95.70% from 255 or 48.32% from 505); Max value from RGB is 244 - color contains mainly: blue. Hex color #C342F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342F4 is #3CBD0B. Grayscale: #7C7C7C. Windows color (decimal): -3980556 or 16007875. OLE color: 16007875.
HSL color Cylindrical-coordinate representation of color #C342F4: hue angle of 283.48º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C342F4 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 66 | 244 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.04 |
| HSL | 283.48º | 0.89% | 0.61% | - |
| HSV(B) | 283.48º | 0.73% | 0.96% | - |
| XYZ | 40.78 | 22.03 | 87.69 | - |
| YUV | 124.86 | 195.24 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 244 | 0.20 | 0.73 | 0 | 0.04 | 283.48 | 0.89 | 0.61 |
| Hex | C3 | 42 | F4 | 14 | 49 | 0 | 4 | 11B | 59 | 3D |
| Octal | 303 | 102 | 364 | 24 | 111 | 0 | 4 | 433 | 131 | 75 |
| Binary | 11000011 | 1000010 | 11110100 | 10100 | 1001001 | 0 | 100 | 100011011 | 1011001 | 111101 |
Color Harmonies of #C342F4
Complementary color
Monochromatic Colors of #C342F4
Black with #C342F4
Text Example
Text Example
White with #C342F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342F4; }
p { color: rgb(195,66,244); }
H1.HeaderClassName
{
color: #C342F4;
}
.AnyTagClassName
{
color: #C342F4;
}
</style>
background-color css
<style>
a { background-color: #C342F4; }
a { background-color: rgb(195,66,244); }
div.DivClassName
{
background-color: #C342F4;
}
.BgClassName
{
background-color: #C342F4;
}
</style>
border-color css
<style>
span { border-color: #C342F4; }
span { border-color: rgb(195,66,244); }
td.TdClassName
{
border-color: #C342F4;
}
.TagClassName
{
border-color: #C342F4;
}
</style>