Shades of Medium Orchid #C350D4
Tints of Medium Orchid #C350D4
RGB
CMYK
RGB Variations
Color information
#C350D4 (or 0xC350D4) is known color: Medium Orchid. HEX triplet: C3, 50 and D4. RGB value is (195,80,212). Sum of RGB (Red+Green+Blue) = 195+80+212=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 80 (31.64% from 255 or 16.43% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 212 - color contains mainly: blue. Hex color #C350D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C350D4 is #3CAF2B. Grayscale: #818181. Windows color (decimal): -3977004 or 13914307. OLE color: 13914307.
HSL color Cylindrical-coordinate representation of color #C350D4: hue angle of 292.27º degrees, saturation: 0.61, 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 #C350D4 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 80 | 212 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.17 |
| HSL | 292.27º | 0.61% | 0.57% | - |
| HSV(B) | 292.27º | 0.62% | 0.83% | - |
| XYZ | 37.26 | 22.09 | 64.59 | - |
| YUV | 129.43 | 174.6 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 80 | 212 | 0.08 | 0.62 | 0 | 0.17 | 292.27 | 0.61 | 0.57 |
| Hex | C3 | 50 | D4 | 8 | 3E | 0 | 11 | 124 | 3D | 39 |
| Octal | 303 | 120 | 324 | 10 | 76 | 0 | 21 | 444 | 75 | 71 |
| Binary | 11000011 | 1010000 | 11010100 | 1000 | 111110 | 0 | 10001 | 100100100 | 111101 | 111001 |
Color Harmonies of #C350D4
Complementary color
Monochromatic Colors of #C350D4
Black with #C350D4
Text Example
Text Example
White with #C350D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C350D4; }
p { color: rgb(195,80,212); }
H1.HeaderClassName
{
color: #C350D4;
}
.AnyTagClassName
{
color: #C350D4;
}
</style>
background-color css
<style>
a { background-color: #C350D4; }
a { background-color: rgb(195,80,212); }
div.DivClassName
{
background-color: #C350D4;
}
.BgClassName
{
background-color: #C350D4;
}
</style>
border-color css
<style>
span { border-color: #C350D4; }
span { border-color: rgb(195,80,212); }
td.TdClassName
{
border-color: #C350D4;
}
.TagClassName
{
border-color: #C350D4;
}
</style>