Shades of Medium Orchid #C356EE
Tints of Medium Orchid #C356EE
RGB
CMYK
RGB Variations
Color information
#C356EE (or 0xC356EE) is known color: Medium Orchid. HEX triplet: C3, 56 and EE. RGB value is (195,86,238). Sum of RGB (Red+Green+Blue) = 195+86+238=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 86 (33.98% from 255 or 16.57% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 238 - color contains mainly: blue. Hex color #C356EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C356EE is #3CA911. Grayscale: #878787. Windows color (decimal): -3975442 or 15619779. OLE color: 15619779.
HSL color Cylindrical-coordinate representation of color #C356EE: hue angle of 283.03º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C356EE is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 86 | 238 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.07 |
| HSL | 283.03º | 0.82% | 0.64% | - |
| HSV(B) | 283.03º | 0.64% | 0.93% | - |
| XYZ | 41.27 | 24.43 | 83.43 | - |
| YUV | 135.92 | 185.61 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 238 | 0.18 | 0.64 | 0 | 0.07 | 283.03 | 0.82 | 0.64 |
| Hex | C3 | 56 | EE | 12 | 40 | 0 | 7 | 11B | 52 | 40 |
| Octal | 303 | 126 | 356 | 22 | 100 | 0 | 7 | 433 | 122 | 100 |
| Binary | 11000011 | 1010110 | 11101110 | 10010 | 1000000 | 0 | 111 | 100011011 | 1010010 | 1000000 |
Color Harmonies of #C356EE
Complementary color
Monochromatic Colors of #C356EE
Black with #C356EE
Text Example
Text Example
White with #C356EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C356EE; }
p { color: rgb(195,86,238); }
H1.HeaderClassName
{
color: #C356EE;
}
.AnyTagClassName
{
color: #C356EE;
}
</style>
background-color css
<style>
a { background-color: #C356EE; }
a { background-color: rgb(195,86,238); }
div.DivClassName
{
background-color: #C356EE;
}
.BgClassName
{
background-color: #C356EE;
}
</style>
border-color css
<style>
span { border-color: #C356EE; }
span { border-color: rgb(195,86,238); }
td.TdClassName
{
border-color: #C356EE;
}
.TagClassName
{
border-color: #C356EE;
}
</style>