Shades of Medium Orchid #C351CF
Tints of Medium Orchid #C351CF
RGB
CMYK
RGB Variations
Color information
#C351CF (or 0xC351CF) is known color: Medium Orchid. HEX triplet: C3, 51 and CF. RGB value is (195,81,207). Sum of RGB (Red+Green+Blue) = 195+81+207=483 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.37% from 483); Green value is 81 (32.03% from 255 or 16.77% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #C351CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351CF is #3CAE30. Grayscale: #818181. Windows color (decimal): -3976753 or 13586883. OLE color: 13586883.
HSL color Cylindrical-coordinate representation of color #C351CF: hue angle of 294.29º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C351CF is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 81 | 207 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.19 |
| HSL | 294.29º | 0.57% | 0.56% | - |
| HSV(B) | 294.29º | 0.61% | 0.81% | - |
| XYZ | 36.71 | 21.99 | 61.34 | - |
| YUV | 129.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 207 | 0.06 | 0.61 | 0 | 0.19 | 294.29 | 0.57 | 0.56 |
| Hex | C3 | 51 | CF | 6 | 3D | 0 | 13 | 126 | 39 | 38 |
| Octal | 303 | 121 | 317 | 6 | 75 | 0 | 23 | 446 | 71 | 70 |
| Binary | 11000011 | 1010001 | 11001111 | 110 | 111101 | 0 | 10011 | 100100110 | 111001 | 111000 |
Color Harmonies of #C351CF
Complementary color
Monochromatic Colors of #C351CF
Black with #C351CF
Text Example
Text Example
White with #C351CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351CF; }
p { color: rgb(195,81,207); }
H1.HeaderClassName
{
color: #C351CF;
}
.AnyTagClassName
{
color: #C351CF;
}
</style>
background-color css
<style>
a { background-color: #C351CF; }
a { background-color: rgb(195,81,207); }
div.DivClassName
{
background-color: #C351CF;
}
.BgClassName
{
background-color: #C351CF;
}
</style>
border-color css
<style>
span { border-color: #C351CF; }
span { border-color: rgb(195,81,207); }
td.TdClassName
{
border-color: #C351CF;
}
.TagClassName
{
border-color: #C351CF;
}
</style>