Shades of Medium Orchid #C341FE
Tints of Medium Orchid #C341FE
RGB
CMYK
RGB Variations
Color information
#C341FE (or 0xC341FE) is known color: Medium Orchid. HEX triplet: C3, 41 and FE. RGB value is (195,65,254). Sum of RGB (Red+Green+Blue) = 195+65+254=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #C341FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341FE is #3CBE01. Grayscale: #7C7C7C. Windows color (decimal): -3980802 or 16662979. OLE color: 16662979.
HSL color Cylindrical-coordinate representation of color #C341FE: hue angle of 281.27º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C341FE is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 65 | 254 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.00 |
| HSL | 281.27º | 0.99% | 0.63% | - |
| HSV(B) | 281.27º | 0.74% | 1% | - |
| XYZ | 42.29 | 22.54 | 95.89 | - |
| YUV | 125.42 | 200.57 | 177.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 254 | 0.23 | 0.74 | 0 | 0.00 | 281.27 | 0.99 | 0.63 |
| Hex | C3 | 41 | FE | 17 | 4A | 0 | 0 | 119 | 63 | 3F |
| Octal | 303 | 101 | 376 | 27 | 112 | 0 | 0 | 431 | 143 | 77 |
| Binary | 11000011 | 1000001 | 11111110 | 10111 | 1001010 | 0 | 0 | 100011001 | 1100011 | 111111 |
Color Harmonies of #C341FE
Complementary color
Monochromatic Colors of #C341FE
Black with #C341FE
Text Example
Text Example
White with #C341FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341FE; }
p { color: rgb(195,65,254); }
H1.HeaderClassName
{
color: #C341FE;
}
.AnyTagClassName
{
color: #C341FE;
}
</style>
background-color css
<style>
a { background-color: #C341FE; }
a { background-color: rgb(195,65,254); }
div.DivClassName
{
background-color: #C341FE;
}
.BgClassName
{
background-color: #C341FE;
}
</style>
border-color css
<style>
span { border-color: #C341FE; }
span { border-color: rgb(195,65,254); }
td.TdClassName
{
border-color: #C341FE;
}
.TagClassName
{
border-color: #C341FE;
}
</style>