Shades of Medium Orchid #C364DF
Tints of Medium Orchid #C364DF
RGB
CMYK
RGB Variations
Color information
#C364DF (or 0xC364DF) is known color: Medium Orchid. HEX triplet: C3, 64 and DF. RGB value is (195,100,223). Sum of RGB (Red+Green+Blue) = 195+100+223=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 100 (39.45% from 255 or 19.31% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #C364DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C364DF is #3C9B20. Grayscale: #8E8E8E. Windows color (decimal): -3971873 or 14640323. OLE color: 14640323.
HSL color Cylindrical-coordinate representation of color #C364DF: hue angle of 286.34º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C364DF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 100 | 223 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.13 |
| HSL | 286.34º | 0.66% | 0.63% | - |
| HSV(B) | 286.34º | 0.55% | 0.87% | - |
| XYZ | 40.38 | 26.04 | 72.71 | - |
| YUV | 142.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 100 | 223 | 0.13 | 0.55 | 0 | 0.13 | 286.34 | 0.66 | 0.63 |
| Hex | C3 | 64 | DF | D | 37 | 0 | D | 11E | 42 | 3F |
| Octal | 303 | 144 | 337 | 15 | 67 | 0 | 15 | 436 | 102 | 77 |
| Binary | 11000011 | 1100100 | 11011111 | 1101 | 110111 | 0 | 1101 | 100011110 | 1000010 | 111111 |
Color Harmonies of #C364DF
Complementary color
Monochromatic Colors of #C364DF
Black with #C364DF
Text Example
Text Example
White with #C364DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C364DF; }
p { color: rgb(195,100,223); }
H1.HeaderClassName
{
color: #C364DF;
}
.AnyTagClassName
{
color: #C364DF;
}
</style>
background-color css
<style>
a { background-color: #C364DF; }
a { background-color: rgb(195,100,223); }
div.DivClassName
{
background-color: #C364DF;
}
.BgClassName
{
background-color: #C364DF;
}
</style>
border-color css
<style>
span { border-color: #C364DF; }
span { border-color: rgb(195,100,223); }
td.TdClassName
{
border-color: #C364DF;
}
.TagClassName
{
border-color: #C364DF;
}
</style>