Shades of Medium Orchid #C351D6
Tints of Medium Orchid #C351D6
RGB
CMYK
RGB Variations
Color information
#C351D6 (or 0xC351D6) is known color: Medium Orchid. HEX triplet: C3, 51 and D6. RGB value is (195,81,214). Sum of RGB (Red+Green+Blue) = 195+81+214=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 81 (32.03% from 255 or 16.53% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #C351D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351D6 is #3CAE29. Grayscale: #818181. Windows color (decimal): -3976746 or 14045635. OLE color: 14045635.
HSL color Cylindrical-coordinate representation of color #C351D6: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C351D6 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 81 | 214 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.16 |
| HSL | 291.43º | 0.62% | 0.58% | - |
| HSV(B) | 291.43º | 0.62% | 0.84% | - |
| XYZ | 37.59 | 22.34 | 65.95 | - |
| YUV | 130.25 | 175.27 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 214 | 0.09 | 0.62 | 0 | 0.16 | 291.43 | 0.62 | 0.58 |
| Hex | C3 | 51 | D6 | 9 | 3E | 0 | 10 | 123 | 3E | 3A |
| Octal | 303 | 121 | 326 | 11 | 76 | 0 | 20 | 443 | 76 | 72 |
| Binary | 11000011 | 1010001 | 11010110 | 1001 | 111110 | 0 | 10000 | 100100011 | 111110 | 111010 |
Color Harmonies of #C351D6
Complementary color
Monochromatic Colors of #C351D6
Black with #C351D6
Text Example
Text Example
White with #C351D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351D6; }
p { color: rgb(195,81,214); }
H1.HeaderClassName
{
color: #C351D6;
}
.AnyTagClassName
{
color: #C351D6;
}
</style>
background-color css
<style>
a { background-color: #C351D6; }
a { background-color: rgb(195,81,214); }
div.DivClassName
{
background-color: #C351D6;
}
.BgClassName
{
background-color: #C351D6;
}
</style>
border-color css
<style>
span { border-color: #C351D6; }
span { border-color: rgb(195,81,214); }
td.TdClassName
{
border-color: #C351D6;
}
.TagClassName
{
border-color: #C351D6;
}
</style>