Shades of Medium Orchid #C342F7
Tints of Medium Orchid #C342F7
RGB
CMYK
RGB Variations
Color information
#C342F7 (or 0xC342F7) is known color: Medium Orchid. HEX triplet: C3, 42 and F7. RGB value is (195,66,247). Sum of RGB (Red+Green+Blue) = 195+66+247=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 66 (26.17% from 255 or 12.99% from 508); Blue value is 247 (96.88% from 255 or 48.62% from 508); Max value from RGB is 247 - color contains mainly: blue. Hex color #C342F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C342F7 is #3CBD08. Grayscale: #7C7C7C. Windows color (decimal): -3980553 or 16204483. OLE color: 16204483.
HSL color Cylindrical-coordinate representation of color #C342F7: hue angle of 282.76º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C342F7 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 66 | 247 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.03 |
| HSL | 282.76º | 0.92% | 0.61% | - |
| HSV(B) | 282.76º | 0.73% | 0.97% | - |
| XYZ | 41.24 | 22.21 | 90.11 | - |
| YUV | 125.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 247 | 0.21 | 0.73 | 0 | 0.03 | 282.76 | 0.92 | 0.61 |
| Hex | C3 | 42 | F7 | 15 | 49 | 0 | 3 | 11B | 5C | 3D |
| Octal | 303 | 102 | 367 | 25 | 111 | 0 | 3 | 433 | 134 | 75 |
| Binary | 11000011 | 1000010 | 11110111 | 10101 | 1001001 | 0 | 11 | 100011011 | 1011100 | 111101 |
Color Harmonies of #C342F7
Complementary color
Monochromatic Colors of #C342F7
Black with #C342F7
Text Example
Text Example
White with #C342F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C342F7; }
p { color: rgb(195,66,247); }
H1.HeaderClassName
{
color: #C342F7;
}
.AnyTagClassName
{
color: #C342F7;
}
</style>
background-color css
<style>
a { background-color: #C342F7; }
a { background-color: rgb(195,66,247); }
div.DivClassName
{
background-color: #C342F7;
}
.BgClassName
{
background-color: #C342F7;
}
</style>
border-color css
<style>
span { border-color: #C342F7; }
span { border-color: rgb(195,66,247); }
td.TdClassName
{
border-color: #C342F7;
}
.TagClassName
{
border-color: #C342F7;
}
</style>