Shades of Medium Orchid #C348F6
Tints of Medium Orchid #C348F6
RGB
CMYK
RGB Variations
Color information
#C348F6 (or 0xC348F6) is known color: Medium Orchid. HEX triplet: C3, 48 and F6. RGB value is (195,72,246). Sum of RGB (Red+Green+Blue) = 195+72+246=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #C348F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348F6 is #3CB709. Grayscale: #808080. Windows color (decimal): -3979018 or 16140483. OLE color: 16140483.
HSL color Cylindrical-coordinate representation of color #C348F6: hue angle of 282.41º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C348F6 is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 195 | 72 | 246 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.04 |
| HSL | 282.41º | 0.91% | 0.62% | - |
| HSV(B) | 282.41º | 0.71% | 0.96% | - |
| XYZ | 41.46 | 22.89 | 89.42 | - |
| YUV | 128.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 246 | 0.21 | 0.71 | 0 | 0.04 | 282.41 | 0.91 | 0.62 |
| Hex | C3 | 48 | F6 | 15 | 47 | 0 | 4 | 11A | 5B | 3E |
| Octal | 303 | 110 | 366 | 25 | 107 | 0 | 4 | 432 | 133 | 76 |
| Binary | 11000011 | 1001000 | 11110110 | 10101 | 1000111 | 0 | 100 | 100011010 | 1011011 | 111110 |
Color Harmonies of #C348F6
Complementary color
Monochromatic Colors of #C348F6
Black with #C348F6
Text Example
Text Example
White with #C348F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348F6; }
p { color: rgb(195,72,246); }
H1.HeaderClassName
{
color: #C348F6;
}
.AnyTagClassName
{
color: #C348F6;
}
</style>
background-color css
<style>
a { background-color: #C348F6; }
a { background-color: rgb(195,72,246); }
div.DivClassName
{
background-color: #C348F6;
}
.BgClassName
{
background-color: #C348F6;
}
</style>
border-color css
<style>
span { border-color: #C348F6; }
span { border-color: rgb(195,72,246); }
td.TdClassName
{
border-color: #C348F6;
}
.TagClassName
{
border-color: #C348F6;
}
</style>