Shades of Medium Orchid #C361EF
Tints of Medium Orchid #C361EF
RGB
CMYK
RGB Variations
Color information
#C361EF (or 0xC361EF) is known color: Medium Orchid. HEX triplet: C3, 61 and EF. RGB value is (195,97,239). Sum of RGB (Red+Green+Blue) = 195+97+239=531 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.72% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #C361EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C361EF is #3C9E10. Grayscale: #8E8E8E. Windows color (decimal): -3972625 or 15688131. OLE color: 15688131.
HSL color Cylindrical-coordinate representation of color #C361EF: hue angle of 281.41º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C361EF is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 97 | 239 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.06 |
| HSL | 281.41º | 0.82% | 0.66% | - |
| HSV(B) | 281.41º | 0.59% | 0.94% | - |
| XYZ | 42.36 | 26.38 | 84.52 | - |
| YUV | 142.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 97 | 239 | 0.18 | 0.59 | 0 | 0.06 | 281.41 | 0.82 | 0.66 |
| Hex | C3 | 61 | EF | 12 | 3B | 0 | 6 | 119 | 52 | 42 |
| Octal | 303 | 141 | 357 | 22 | 73 | 0 | 6 | 431 | 122 | 102 |
| Binary | 11000011 | 1100001 | 11101111 | 10010 | 111011 | 0 | 110 | 100011001 | 1010010 | 1000010 |
Color Harmonies of #C361EF
Complementary color
Monochromatic Colors of #C361EF
Black with #C361EF
Text Example
Text Example
White with #C361EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C361EF; }
p { color: rgb(195,97,239); }
H1.HeaderClassName
{
color: #C361EF;
}
.AnyTagClassName
{
color: #C361EF;
}
</style>
background-color css
<style>
a { background-color: #C361EF; }
a { background-color: rgb(195,97,239); }
div.DivClassName
{
background-color: #C361EF;
}
.BgClassName
{
background-color: #C361EF;
}
</style>
border-color css
<style>
span { border-color: #C361EF; }
span { border-color: rgb(195,97,239); }
td.TdClassName
{
border-color: #C361EF;
}
.TagClassName
{
border-color: #C361EF;
}
</style>