Shades of Medium Orchid #C341FC
Tints of Medium Orchid #C341FC
RGB
CMYK
RGB Variations
Color information
#C341FC (or 0xC341FC) is known color: Medium Orchid. HEX triplet: C3, 41 and FC. RGB value is (195,65,252). Sum of RGB (Red+Green+Blue) = 195+65+252=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 65 (25.78% from 255 or 12.70% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #C341FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341FC is #3CBE03. Grayscale: #7C7C7C. Windows color (decimal): -3980804 or 16531907. OLE color: 16531907.
HSL color Cylindrical-coordinate representation of color #C341FC: hue angle of 281.71º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C341FC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 65 | 252 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 281.71º | 0.97% | 0.62% | - |
| HSV(B) | 281.71º | 0.74% | 0.99% | - |
| XYZ | 41.97 | 22.41 | 94.21 | - |
| YUV | 125.19 | 199.57 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 252 | 0.23 | 0.74 | 0 | 0.01 | 281.71 | 0.97 | 0.62 |
| Hex | C3 | 41 | FC | 17 | 4A | 0 | 1 | 11A | 61 | 3E |
| Octal | 303 | 101 | 374 | 27 | 112 | 0 | 1 | 432 | 141 | 76 |
| Binary | 11000011 | 1000001 | 11111100 | 10111 | 1001010 | 0 | 1 | 100011010 | 1100001 | 111110 |
Color Harmonies of #C341FC
Complementary color
Monochromatic Colors of #C341FC
Black with #C341FC
Text Example
Text Example
White with #C341FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341FC; }
p { color: rgb(195,65,252); }
H1.HeaderClassName
{
color: #C341FC;
}
.AnyTagClassName
{
color: #C341FC;
}
</style>
background-color css
<style>
a { background-color: #C341FC; }
a { background-color: rgb(195,65,252); }
div.DivClassName
{
background-color: #C341FC;
}
.BgClassName
{
background-color: #C341FC;
}
</style>
border-color css
<style>
span { border-color: #C341FC; }
span { border-color: rgb(195,65,252); }
td.TdClassName
{
border-color: #C341FC;
}
.TagClassName
{
border-color: #C341FC;
}
</style>