Shades of Medium Orchid #C348FE
Tints of Medium Orchid #C348FE
RGB
CMYK
RGB Variations
Color information
#C348FE (or 0xC348FE) is known color: Medium Orchid. HEX triplet: C3, 48 and FE. RGB value is (195,72,254). Sum of RGB (Red+Green+Blue) = 195+72+254=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 72 (28.52% from 255 or 13.82% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #C348FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348FE is #3CB701. Grayscale: #808080. Windows color (decimal): -3979010 or 16664771. OLE color: 16664771.
HSL color Cylindrical-coordinate representation of color #C348FE: hue angle of 280.55º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C348FE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 72 | 254 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.00 |
| HSL | 280.55º | 0.99% | 0.64% | - |
| HSV(B) | 280.55º | 0.72% | 1% | - |
| XYZ | 42.71 | 23.39 | 96.03 | - |
| YUV | 129.53 | 198.25 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 254 | 0.23 | 0.72 | 0 | 0.00 | 280.55 | 0.99 | 0.64 |
| Hex | C3 | 48 | FE | 17 | 48 | 0 | 0 | 119 | 63 | 40 |
| Octal | 303 | 110 | 376 | 27 | 110 | 0 | 0 | 431 | 143 | 100 |
| Binary | 11000011 | 1001000 | 11111110 | 10111 | 1001000 | 0 | 0 | 100011001 | 1100011 | 1000000 |
Color Harmonies of #C348FE
Complementary color
Monochromatic Colors of #C348FE
Black with #C348FE
Text Example
Text Example
White with #C348FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348FE; }
p { color: rgb(195,72,254); }
H1.HeaderClassName
{
color: #C348FE;
}
.AnyTagClassName
{
color: #C348FE;
}
</style>
background-color css
<style>
a { background-color: #C348FE; }
a { background-color: rgb(195,72,254); }
div.DivClassName
{
background-color: #C348FE;
}
.BgClassName
{
background-color: #C348FE;
}
</style>
border-color css
<style>
span { border-color: #C348FE; }
span { border-color: rgb(195,72,254); }
td.TdClassName
{
border-color: #C348FE;
}
.TagClassName
{
border-color: #C348FE;
}
</style>