Shades of Medium Orchid #C350ED
Tints of Medium Orchid #C350ED
RGB
CMYK
RGB Variations
Color information
#C350ED (or 0xC350ED) is known color: Medium Orchid. HEX triplet: C3, 50 and ED. RGB value is (195,80,237). Sum of RGB (Red+Green+Blue) = 195+80+237=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 80 (31.64% from 255 or 15.62% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 237 - color contains mainly: blue. Hex color #C350ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C350ED is #3CAF12. Grayscale: #838383. Windows color (decimal): -3976979 or 15552707. OLE color: 15552707.
HSL color Cylindrical-coordinate representation of color #C350ED: hue angle of 283.95º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C350ED is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 80 | 237 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.07 |
| HSL | 283.95º | 0.81% | 0.62% | - |
| HSV(B) | 283.95º | 0.66% | 0.93% | - |
| XYZ | 40.66 | 23.45 | 82.5 | - |
| YUV | 132.28 | 187.1 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 237 | 0.18 | 0.66 | 0 | 0.07 | 283.95 | 0.81 | 0.62 |
| Hex | C3 | 50 | ED | 12 | 42 | 0 | 7 | 11C | 51 | 3E |
| Octal | 303 | 120 | 355 | 22 | 102 | 0 | 7 | 434 | 121 | 76 |
| Binary | 11000011 | 1010000 | 11101101 | 10010 | 1000010 | 0 | 111 | 100011100 | 1010001 | 111110 |
Color Harmonies of #C350ED
Complementary color
Monochromatic Colors of #C350ED
Black with #C350ED
Text Example
Text Example
White with #C350ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350ED; }
p { color: rgb(195,80,237); }
H1.HeaderClassName
{
color: #C350ED;
}
.AnyTagClassName
{
color: #C350ED;
}
</style>
background-color css
<style>
a { background-color: #C350ED; }
a { background-color: rgb(195,80,237); }
div.DivClassName
{
background-color: #C350ED;
}
.BgClassName
{
background-color: #C350ED;
}
</style>
border-color css
<style>
span { border-color: #C350ED; }
span { border-color: rgb(195,80,237); }
td.TdClassName
{
border-color: #C350ED;
}
.TagClassName
{
border-color: #C350ED;
}
</style>