Shades of Medium Orchid #C341FF
Tints of Medium Orchid #C341FF
RGB
CMYK
RGB Variations
Color information
#C341FF (or 0xC341FF) is known color: Medium Orchid. HEX triplet: C3, 41 and FF. RGB value is (195,65,255). Sum of RGB (Red+Green+Blue) = 195+65+255=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 65 (25.78% from 255 or 12.62% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #C341FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341FF is #3CBE00. Grayscale: #7C7C7C. Windows color (decimal): -3980801 or 16728515. OLE color: 16728515.
HSL color Cylindrical-coordinate representation of color #C341FF: hue angle of 281.05º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C341FF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 65 | 255 | - |
| CMYK | 0.24 | 0.75 | 0 | 0 |
| HSL | 281.05º | 1% | 0.63% | - |
| HSV(B) | 281.05º | 0.75% | 1% | - |
| XYZ | 42.45 | 22.6 | 96.73 | - |
| YUV | 125.53 | 201.07 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 255 | 0.24 | 0.75 | 0 | 0 | 281.05 | 1 | 0.63 |
| Hex | C3 | 41 | FF | 18 | 4B | 0 | 0 | 119 | 64 | 3F |
| Octal | 303 | 101 | 377 | 30 | 113 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000011 | 1000001 | 11111111 | 11000 | 1001011 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C341FF
Complementary color
Monochromatic Colors of #C341FF
Black with #C341FF
Text Example
Text Example
White with #C341FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341FF; }
p { color: rgb(195,65,255); }
H1.HeaderClassName
{
color: #C341FF;
}
.AnyTagClassName
{
color: #C341FF;
}
</style>
background-color css
<style>
a { background-color: #C341FF; }
a { background-color: rgb(195,65,255); }
div.DivClassName
{
background-color: #C341FF;
}
.BgClassName
{
background-color: #C341FF;
}
</style>
border-color css
<style>
span { border-color: #C341FF; }
span { border-color: rgb(195,65,255); }
td.TdClassName
{
border-color: #C341FF;
}
.TagClassName
{
border-color: #C341FF;
}
</style>