Shades of Medium Orchid #C350D0
Tints of Medium Orchid #C350D0
RGB
CMYK
RGB Variations
Color information
#C350D0 (or 0xC350D0) is known color: Medium Orchid. HEX triplet: C3, 50 and D0. RGB value is (195,80,208). Sum of RGB (Red+Green+Blue) = 195+80+208=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #C350D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350D0 is #3CAF2F. Grayscale: #808080. Windows color (decimal): -3977008 or 13652163. OLE color: 13652163.
HSL color Cylindrical-coordinate representation of color #C350D0: hue angle of 293.91º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C350D0 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 80 | 208 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.18 |
| HSL | 293.91º | 0.58% | 0.56% | - |
| HSV(B) | 293.91º | 0.62% | 0.82% | - |
| XYZ | 36.76 | 21.89 | 61.96 | - |
| YUV | 128.98 | 172.6 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 208 | 0.06 | 0.62 | 0 | 0.18 | 293.91 | 0.58 | 0.56 |
| Hex | C3 | 50 | D0 | 6 | 3E | 0 | 12 | 126 | 3A | 38 |
| Octal | 303 | 120 | 320 | 6 | 76 | 0 | 22 | 446 | 72 | 70 |
| Binary | 11000011 | 1010000 | 11010000 | 110 | 111110 | 0 | 10010 | 100100110 | 111010 | 111000 |
Color Harmonies of #C350D0
Complementary color
Monochromatic Colors of #C350D0
Black with #C350D0
Text Example
Text Example
White with #C350D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350D0; }
p { color: rgb(195,80,208); }
H1.HeaderClassName
{
color: #C350D0;
}
.AnyTagClassName
{
color: #C350D0;
}
</style>
background-color css
<style>
a { background-color: #C350D0; }
a { background-color: rgb(195,80,208); }
div.DivClassName
{
background-color: #C350D0;
}
.BgClassName
{
background-color: #C350D0;
}
</style>
border-color css
<style>
span { border-color: #C350D0; }
span { border-color: rgb(195,80,208); }
td.TdClassName
{
border-color: #C350D0;
}
.TagClassName
{
border-color: #C350D0;
}
</style>