Shades of Medium Orchid #C351D7
Tints of Medium Orchid #C351D7
RGB
CMYK
RGB Variations
Color information
#C351D7 (or 0xC351D7) is known color: Medium Orchid. HEX triplet: C3, 51 and D7. RGB value is (195,81,215). Sum of RGB (Red+Green+Blue) = 195+81+215=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 215 (84.38% from 255 or 43.79% from 491); Max value from RGB is 215 - color contains mainly: blue. Hex color #C351D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351D7 is #3CAE28. Grayscale: #818181. Windows color (decimal): -3976745 or 14111171. OLE color: 14111171.
HSL color Cylindrical-coordinate representation of color #C351D7: hue angle of 291.04º degrees, saturation: 0.63, 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 #C351D7 is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 81 | 215 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.16 |
| HSL | 291.04º | 0.63% | 0.58% | - |
| HSV(B) | 291.04º | 0.62% | 0.84% | - |
| XYZ | 37.71 | 22.39 | 66.62 | - |
| YUV | 130.36 | 175.77 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 215 | 0.09 | 0.62 | 0 | 0.16 | 291.04 | 0.63 | 0.58 |
| Hex | C3 | 51 | D7 | 9 | 3E | 0 | 10 | 123 | 3F | 3A |
| Octal | 303 | 121 | 327 | 11 | 76 | 0 | 20 | 443 | 77 | 72 |
| Binary | 11000011 | 1010001 | 11010111 | 1001 | 111110 | 0 | 10000 | 100100011 | 111111 | 111010 |
Color Harmonies of #C351D7
Complementary color
Monochromatic Colors of #C351D7
Black with #C351D7
Text Example
Text Example
White with #C351D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351D7; }
p { color: rgb(195,81,215); }
H1.HeaderClassName
{
color: #C351D7;
}
.AnyTagClassName
{
color: #C351D7;
}
</style>
background-color css
<style>
a { background-color: #C351D7; }
a { background-color: rgb(195,81,215); }
div.DivClassName
{
background-color: #C351D7;
}
.BgClassName
{
background-color: #C351D7;
}
</style>
border-color css
<style>
span { border-color: #C351D7; }
span { border-color: rgb(195,81,215); }
td.TdClassName
{
border-color: #C351D7;
}
.TagClassName
{
border-color: #C351D7;
}
</style>