Shades of Medium Orchid #C348FD
Tints of Medium Orchid #C348FD
RGB
CMYK
RGB Variations
Color information
#C348FD (or 0xC348FD) is known color: Medium Orchid. HEX triplet: C3, 48 and FD. RGB value is (195,72,253). Sum of RGB (Red+Green+Blue) = 195+72+253=520 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.5% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #C348FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348FD is #3CB702. Grayscale: #808080. Windows color (decimal): -3979011 or 16599235. OLE color: 16599235.
HSL color Cylindrical-coordinate representation of color #C348FD: hue angle of 280.77º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C348FD is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 72 | 253 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.01 |
| HSL | 280.77º | 0.98% | 0.64% | - |
| HSV(B) | 280.77º | 0.72% | 0.99% | - |
| XYZ | 42.55 | 23.33 | 95.19 | - |
| YUV | 129.41 | 197.75 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 253 | 0.23 | 0.72 | 0 | 0.01 | 280.77 | 0.98 | 0.64 |
| Hex | C3 | 48 | FD | 17 | 48 | 0 | 1 | 119 | 62 | 40 |
| Octal | 303 | 110 | 375 | 27 | 110 | 0 | 1 | 431 | 142 | 100 |
| Binary | 11000011 | 1001000 | 11111101 | 10111 | 1001000 | 0 | 1 | 100011001 | 1100010 | 1000000 |
Color Harmonies of #C348FD
Complementary color
Monochromatic Colors of #C348FD
Black with #C348FD
Text Example
Text Example
White with #C348FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C348FD; }
p { color: rgb(195,72,253); }
H1.HeaderClassName
{
color: #C348FD;
}
.AnyTagClassName
{
color: #C348FD;
}
</style>
background-color css
<style>
a { background-color: #C348FD; }
a { background-color: rgb(195,72,253); }
div.DivClassName
{
background-color: #C348FD;
}
.BgClassName
{
background-color: #C348FD;
}
</style>
border-color css
<style>
span { border-color: #C348FD; }
span { border-color: rgb(195,72,253); }
td.TdClassName
{
border-color: #C348FD;
}
.TagClassName
{
border-color: #C348FD;
}
</style>