Shades of Medium Orchid #C34DF8
Tints of Medium Orchid #C34DF8
RGB
CMYK
RGB Variations
Color information
#C34DF8 (or 0xC34DF8) is known color: Medium Orchid. HEX triplet: C3, 4D and F8. RGB value is (195,77,248). Sum of RGB (Red+Green+Blue) = 195+77+248=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 248 (97.27% from 255 or 47.69% from 520); Max value from RGB is 248 - color contains mainly: blue. Hex color #C34DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34DF8 is #3CB207. Grayscale: #838383. Windows color (decimal): -3977736 or 16272835. OLE color: 16272835.
HSL color Cylindrical-coordinate representation of color #C34DF8: hue angle of 281.4º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34DF8 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 195 | 77 | 248 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.03 |
| HSL | 281.4º | 0.92% | 0.64% | - |
| HSV(B) | 281.4º | 0.69% | 0.97% | - |
| XYZ | 42.1 | 23.69 | 91.16 | - |
| YUV | 131.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 248 | 0.21 | 0.69 | 0 | 0.03 | 281.4 | 0.92 | 0.64 |
| Hex | C3 | 4D | F8 | 15 | 45 | 0 | 3 | 119 | 5C | 40 |
| Octal | 303 | 115 | 370 | 25 | 105 | 0 | 3 | 431 | 134 | 100 |
| Binary | 11000011 | 1001101 | 11111000 | 10101 | 1000101 | 0 | 11 | 100011001 | 1011100 | 1000000 |
Color Harmonies of #C34DF8
Complementary color
Monochromatic Colors of #C34DF8
Black with #C34DF8
Text Example
Text Example
White with #C34DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34DF8; }
p { color: rgb(195,77,248); }
H1.HeaderClassName
{
color: #C34DF8;
}
.AnyTagClassName
{
color: #C34DF8;
}
</style>
background-color css
<style>
a { background-color: #C34DF8; }
a { background-color: rgb(195,77,248); }
div.DivClassName
{
background-color: #C34DF8;
}
.BgClassName
{
background-color: #C34DF8;
}
</style>
border-color css
<style>
span { border-color: #C34DF8; }
span { border-color: rgb(195,77,248); }
td.TdClassName
{
border-color: #C34DF8;
}
.TagClassName
{
border-color: #C34DF8;
}
</style>