Shades of Medium Orchid #C348EF
Tints of Medium Orchid #C348EF
RGB
CMYK
RGB Variations
Color information
#C348EF (or 0xC348EF) is known color: Medium Orchid. HEX triplet: C3, 48 and EF. RGB value is (195,72,239). Sum of RGB (Red+Green+Blue) = 195+72+239=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 72 (28.52% from 255 or 14.23% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #C348EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348EF is #3CB710. Grayscale: #7F7F7F. Windows color (decimal): -3979025 or 15681731. OLE color: 15681731.
HSL color Cylindrical-coordinate representation of color #C348EF: hue angle of 284.19º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C348EF is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 72 | 239 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.06 |
| HSL | 284.19º | 0.84% | 0.61% | - |
| HSV(B) | 284.19º | 0.7% | 0.94% | - |
| XYZ | 40.4 | 22.47 | 83.87 | - |
| YUV | 127.82 | 190.75 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 239 | 0.18 | 0.70 | 0 | 0.06 | 284.19 | 0.84 | 0.61 |
| Hex | C3 | 48 | EF | 12 | 46 | 0 | 6 | 11C | 54 | 3D |
| Octal | 303 | 110 | 357 | 22 | 106 | 0 | 6 | 434 | 124 | 75 |
| Binary | 11000011 | 1001000 | 11101111 | 10010 | 1000110 | 0 | 110 | 100011100 | 1010100 | 111101 |
Color Harmonies of #C348EF
Complementary color
Monochromatic Colors of #C348EF
Black with #C348EF
Text Example
Text Example
White with #C348EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348EF; }
p { color: rgb(195,72,239); }
H1.HeaderClassName
{
color: #C348EF;
}
.AnyTagClassName
{
color: #C348EF;
}
</style>
background-color css
<style>
a { background-color: #C348EF; }
a { background-color: rgb(195,72,239); }
div.DivClassName
{
background-color: #C348EF;
}
.BgClassName
{
background-color: #C348EF;
}
</style>
border-color css
<style>
span { border-color: #C348EF; }
span { border-color: rgb(195,72,239); }
td.TdClassName
{
border-color: #C348EF;
}
.TagClassName
{
border-color: #C348EF;
}
</style>