Shades of Medium Orchid #C341EF
Tints of Medium Orchid #C341EF
RGB
CMYK
RGB Variations
Color information
#C341EF (or 0xC341EF) is known color: Medium Orchid. HEX triplet: C3, 41 and EF. RGB value is (195,65,239). Sum of RGB (Red+Green+Blue) = 195+65+239=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 239 (93.75% from 255 or 47.90% from 499); Max value from RGB is 239 - color contains mainly: blue. Hex color #C341EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341EF is #3CBE10. Grayscale: #7B7B7B. Windows color (decimal): -3980817 or 15679939. OLE color: 15679939.
HSL color Cylindrical-coordinate representation of color #C341EF: hue angle of 284.83º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C341EF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 65 | 239 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.06 |
| HSL | 284.83º | 0.84% | 0.6% | - |
| HSV(B) | 284.83º | 0.73% | 0.94% | - |
| XYZ | 39.98 | 21.61 | 83.73 | - |
| YUV | 123.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 65 | 239 | 0.18 | 0.73 | 0 | 0.06 | 284.83 | 0.84 | 0.6 |
| Hex | C3 | 41 | EF | 12 | 49 | 0 | 6 | 11D | 54 | 3C |
| Octal | 303 | 101 | 357 | 22 | 111 | 0 | 6 | 435 | 124 | 74 |
| Binary | 11000011 | 1000001 | 11101111 | 10010 | 1001001 | 0 | 110 | 100011101 | 1010100 | 111100 |
Color Harmonies of #C341EF
Complementary color
Monochromatic Colors of #C341EF
Black with #C341EF
Text Example
Text Example
White with #C341EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C341EF; }
p { color: rgb(195,65,239); }
H1.HeaderClassName
{
color: #C341EF;
}
.AnyTagClassName
{
color: #C341EF;
}
</style>
background-color css
<style>
a { background-color: #C341EF; }
a { background-color: rgb(195,65,239); }
div.DivClassName
{
background-color: #C341EF;
}
.BgClassName
{
background-color: #C341EF;
}
</style>
border-color css
<style>
span { border-color: #C341EF; }
span { border-color: rgb(195,65,239); }
td.TdClassName
{
border-color: #C341EF;
}
.TagClassName
{
border-color: #C341EF;
}
</style>