Shades of Medium Orchid #C363EB
Tints of Medium Orchid #C363EB
RGB
CMYK
RGB Variations
Color information
#C363EB (or 0xC363EB) is known color: Medium Orchid. HEX triplet: C3, 63 and EB. RGB value is (195,99,235). Sum of RGB (Red+Green+Blue) = 195+99+235=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #C363EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C363EB is #3C9C14. Grayscale: #8E8E8E. Windows color (decimal): -3972117 or 15426499. OLE color: 15426499.
HSL color Cylindrical-coordinate representation of color #C363EB: hue angle of 282.35º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C363EB is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 99 | 235 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.08 |
| HSL | 282.35º | 0.77% | 0.65% | - |
| HSV(B) | 282.35º | 0.58% | 0.92% | - |
| XYZ | 41.96 | 26.52 | 81.51 | - |
| YUV | 143.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 99 | 235 | 0.17 | 0.58 | 0 | 0.08 | 282.35 | 0.77 | 0.65 |
| Hex | C3 | 63 | EB | 11 | 3A | 0 | 8 | 11A | 4D | 41 |
| Octal | 303 | 143 | 353 | 21 | 72 | 0 | 10 | 432 | 115 | 101 |
| Binary | 11000011 | 1100011 | 11101011 | 10001 | 111010 | 0 | 1000 | 100011010 | 1001101 | 1000001 |
Color Harmonies of #C363EB
Complementary color
Monochromatic Colors of #C363EB
Black with #C363EB
Text Example
Text Example
White with #C363EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C363EB; }
p { color: rgb(195,99,235); }
H1.HeaderClassName
{
color: #C363EB;
}
.AnyTagClassName
{
color: #C363EB;
}
</style>
background-color css
<style>
a { background-color: #C363EB; }
a { background-color: rgb(195,99,235); }
div.DivClassName
{
background-color: #C363EB;
}
.BgClassName
{
background-color: #C363EB;
}
</style>
border-color css
<style>
span { border-color: #C363EB; }
span { border-color: rgb(195,99,235); }
td.TdClassName
{
border-color: #C363EB;
}
.TagClassName
{
border-color: #C363EB;
}
</style>