Shades of Medium Orchid #C351E4
Tints of Medium Orchid #C351E4
RGB
CMYK
RGB Variations
Color information
#C351E4 (or 0xC351E4) is known color: Medium Orchid. HEX triplet: C3, 51 and E4. RGB value is (195,81,228). Sum of RGB (Red+Green+Blue) = 195+81+228=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 81 (32.03% from 255 or 16.07% from 504); Blue value is 228 (89.45% from 255 or 45.24% from 504); Max value from RGB is 228 - color contains mainly: blue. Hex color #C351E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351E4 is #3CAE1B. Grayscale: #838383. Windows color (decimal): -3976732 or 14963139. OLE color: 14963139.
HSL color Cylindrical-coordinate representation of color #C351E4: hue angle of 286.53º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C351E4 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 81 | 228 | - |
| CMYK | 0.14 | 0.64 | 0 | 0.11 |
| HSL | 286.53º | 0.73% | 0.61% | - |
| HSV(B) | 286.53º | 0.64% | 0.89% | - |
| XYZ | 39.45 | 23.09 | 75.78 | - |
| YUV | 131.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 228 | 0.14 | 0.64 | 0 | 0.11 | 286.53 | 0.73 | 0.61 |
| Hex | C3 | 51 | E4 | E | 40 | 0 | B | 11F | 49 | 3D |
| Octal | 303 | 121 | 344 | 16 | 100 | 0 | 13 | 437 | 111 | 75 |
| Binary | 11000011 | 1010001 | 11100100 | 1110 | 1000000 | 0 | 1011 | 100011111 | 1001001 | 111101 |
Color Harmonies of #C351E4
Complementary color
Monochromatic Colors of #C351E4
Black with #C351E4
Text Example
Text Example
White with #C351E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351E4; }
p { color: rgb(195,81,228); }
H1.HeaderClassName
{
color: #C351E4;
}
.AnyTagClassName
{
color: #C351E4;
}
</style>
background-color css
<style>
a { background-color: #C351E4; }
a { background-color: rgb(195,81,228); }
div.DivClassName
{
background-color: #C351E4;
}
.BgClassName
{
background-color: #C351E4;
}
</style>
border-color css
<style>
span { border-color: #C351E4; }
span { border-color: rgb(195,81,228); }
td.TdClassName
{
border-color: #C351E4;
}
.TagClassName
{
border-color: #C351E4;
}
</style>