Shades of Medium Orchid #C348F1
Tints of Medium Orchid #C348F1
RGB
CMYK
RGB Variations
Color information
#C348F1 (or 0xC348F1) is known color: Medium Orchid. HEX triplet: C3, 48 and F1. RGB value is (195,72,241). Sum of RGB (Red+Green+Blue) = 195+72+241=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 72 (28.52% from 255 or 14.17% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 241 - color contains mainly: blue. Hex color #C348F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348F1 is #3CB70E. Grayscale: #7F7F7F. Windows color (decimal): -3979023 or 15812803. OLE color: 15812803.
HSL color Cylindrical-coordinate representation of color #C348F1: hue angle of 283.67º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C348F1 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 72 | 241 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.05 |
| HSL | 283.67º | 0.86% | 0.61% | - |
| HSV(B) | 283.67º | 0.7% | 0.95% | - |
| XYZ | 40.7 | 22.59 | 85.43 | - |
| YUV | 128.04 | 191.75 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 241 | 0.19 | 0.70 | 0 | 0.05 | 283.67 | 0.86 | 0.61 |
| Hex | C3 | 48 | F1 | 13 | 46 | 0 | 5 | 11C | 56 | 3D |
| Octal | 303 | 110 | 361 | 23 | 106 | 0 | 5 | 434 | 126 | 75 |
| Binary | 11000011 | 1001000 | 11110001 | 10011 | 1000110 | 0 | 101 | 100011100 | 1010110 | 111101 |
Color Harmonies of #C348F1
Complementary color
Monochromatic Colors of #C348F1
Black with #C348F1
Text Example
Text Example
White with #C348F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348F1; }
p { color: rgb(195,72,241); }
H1.HeaderClassName
{
color: #C348F1;
}
.AnyTagClassName
{
color: #C348F1;
}
</style>
background-color css
<style>
a { background-color: #C348F1; }
a { background-color: rgb(195,72,241); }
div.DivClassName
{
background-color: #C348F1;
}
.BgClassName
{
background-color: #C348F1;
}
</style>
border-color css
<style>
span { border-color: #C348F1; }
span { border-color: rgb(195,72,241); }
td.TdClassName
{
border-color: #C348F1;
}
.TagClassName
{
border-color: #C348F1;
}
</style>