Shades of Medium Orchid #C351DF
Tints of Medium Orchid #C351DF
RGB
CMYK
RGB Variations
Color information
#C351DF (or 0xC351DF) is known color: Medium Orchid. HEX triplet: C3, 51 and DF. RGB value is (195,81,223). Sum of RGB (Red+Green+Blue) = 195+81+223=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #C351DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C351DF is #3CAE20. Grayscale: #828282. Windows color (decimal): -3976737 or 14635459. OLE color: 14635459.
HSL color Cylindrical-coordinate representation of color #C351DF: hue angle of 288.17º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C351DF is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 81 | 223 | - |
| CMYK | 0.13 | 0.64 | 0 | 0.13 |
| HSL | 288.17º | 0.69% | 0.6% | - |
| HSV(B) | 288.17º | 0.64% | 0.87% | - |
| XYZ | 38.77 | 22.81 | 72.17 | - |
| YUV | 131.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 223 | 0.13 | 0.64 | 0 | 0.13 | 288.17 | 0.69 | 0.6 |
| Hex | C3 | 51 | DF | D | 40 | 0 | D | 120 | 45 | 3C |
| Octal | 303 | 121 | 337 | 15 | 100 | 0 | 15 | 440 | 105 | 74 |
| Binary | 11000011 | 1010001 | 11011111 | 1101 | 1000000 | 0 | 1101 | 100100000 | 1000101 | 111100 |
Color Harmonies of #C351DF
Complementary color
Monochromatic Colors of #C351DF
Black with #C351DF
Text Example
Text Example
White with #C351DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351DF; }
p { color: rgb(195,81,223); }
H1.HeaderClassName
{
color: #C351DF;
}
.AnyTagClassName
{
color: #C351DF;
}
</style>
background-color css
<style>
a { background-color: #C351DF; }
a { background-color: rgb(195,81,223); }
div.DivClassName
{
background-color: #C351DF;
}
.BgClassName
{
background-color: #C351DF;
}
</style>
border-color css
<style>
span { border-color: #C351DF; }
span { border-color: rgb(195,81,223); }
td.TdClassName
{
border-color: #C351DF;
}
.TagClassName
{
border-color: #C351DF;
}
</style>