Shades of Medium Orchid #C351EB
Tints of Medium Orchid #C351EB
RGB
CMYK
RGB Variations
Color information
#C351EB (or 0xC351EB) is known color: Medium Orchid. HEX triplet: C3, 51 and EB. RGB value is (195,81,235). Sum of RGB (Red+Green+Blue) = 195+81+235=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 81 (32.03% from 255 or 15.85% from 511); Blue value is 235 (92.19% from 255 or 45.99% from 511); Max value from RGB is 235 - color contains mainly: blue. Hex color #C351EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C351EB is #3CAE14. Grayscale: #848484. Windows color (decimal): -3976725 or 15421891. OLE color: 15421891.
HSL color Cylindrical-coordinate representation of color #C351EB: hue angle of 284.42º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C351EB is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 81 | 235 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.08 |
| HSL | 284.42º | 0.79% | 0.62% | - |
| HSV(B) | 284.42º | 0.66% | 0.92% | - |
| XYZ | 40.44 | 23.49 | 81 | - |
| YUV | 132.64 | 185.77 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 235 | 0.17 | 0.66 | 0 | 0.08 | 284.42 | 0.79 | 0.62 |
| Hex | C3 | 51 | EB | 11 | 42 | 0 | 8 | 11C | 4F | 3E |
| Octal | 303 | 121 | 353 | 21 | 102 | 0 | 10 | 434 | 117 | 76 |
| Binary | 11000011 | 1010001 | 11101011 | 10001 | 1000010 | 0 | 1000 | 100011100 | 1001111 | 111110 |
Color Harmonies of #C351EB
Complementary color
Monochromatic Colors of #C351EB
Black with #C351EB
Text Example
Text Example
White with #C351EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351EB; }
p { color: rgb(195,81,235); }
H1.HeaderClassName
{
color: #C351EB;
}
.AnyTagClassName
{
color: #C351EB;
}
</style>
background-color css
<style>
a { background-color: #C351EB; }
a { background-color: rgb(195,81,235); }
div.DivClassName
{
background-color: #C351EB;
}
.BgClassName
{
background-color: #C351EB;
}
</style>
border-color css
<style>
span { border-color: #C351EB; }
span { border-color: rgb(195,81,235); }
td.TdClassName
{
border-color: #C351EB;
}
.TagClassName
{
border-color: #C351EB;
}
</style>