Shades of Medium Orchid #C350D3
Tints of Medium Orchid #C350D3
RGB
CMYK
RGB Variations
Color information
#C350D3 (or 0xC350D3) is known color: Medium Orchid. HEX triplet: C3, 50 and D3. RGB value is (195,80,211). Sum of RGB (Red+Green+Blue) = 195+80+211=486 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.12% from 486); Green value is 80 (31.64% from 255 or 16.46% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #C350D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350D3 is #3CAF2C. Grayscale: #808080. Windows color (decimal): -3977005 or 13848771. OLE color: 13848771.
HSL color Cylindrical-coordinate representation of color #C350D3: hue angle of 292.67º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C350D3 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 80 | 211 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.17 |
| HSL | 292.67º | 0.6% | 0.57% | - |
| HSV(B) | 292.67º | 0.62% | 0.83% | - |
| XYZ | 37.13 | 22.04 | 63.93 | - |
| YUV | 129.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 211 | 0.08 | 0.62 | 0 | 0.17 | 292.67 | 0.6 | 0.57 |
| Hex | C3 | 50 | D3 | 8 | 3E | 0 | 11 | 125 | 3C | 39 |
| Octal | 303 | 120 | 323 | 10 | 76 | 0 | 21 | 445 | 74 | 71 |
| Binary | 11000011 | 1010000 | 11010011 | 1000 | 111110 | 0 | 10001 | 100100101 | 111100 | 111001 |
Color Harmonies of #C350D3
Complementary color
Monochromatic Colors of #C350D3
Black with #C350D3
Text Example
Text Example
White with #C350D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350D3; }
p { color: rgb(195,80,211); }
H1.HeaderClassName
{
color: #C350D3;
}
.AnyTagClassName
{
color: #C350D3;
}
</style>
background-color css
<style>
a { background-color: #C350D3; }
a { background-color: rgb(195,80,211); }
div.DivClassName
{
background-color: #C350D3;
}
.BgClassName
{
background-color: #C350D3;
}
</style>
border-color css
<style>
span { border-color: #C350D3; }
span { border-color: rgb(195,80,211); }
td.TdClassName
{
border-color: #C350D3;
}
.TagClassName
{
border-color: #C350D3;
}
</style>