Shades of Medium Orchid #C365DF
Tints of Medium Orchid #C365DF
RGB
CMYK
RGB Variations
Color information
#C365DF (or 0xC365DF) is known color: Medium Orchid. HEX triplet: C3, 65 and DF. RGB value is (195,101,223). Sum of RGB (Red+Green+Blue) = 195+101+223=519 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.57% from 519); Green value is 101 (39.84% from 255 or 19.46% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C365DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365DF is #3C9A20. Grayscale: #8E8E8E. Windows color (decimal): -3971617 or 14640579. OLE color: 14640579.
HSL color Cylindrical-coordinate representation of color #C365DF: hue angle of 286.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C365DF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 101 | 223 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.13 |
| HSL | 286.23º | 0.66% | 0.64% | - |
| HSV(B) | 286.23º | 0.55% | 0.87% | - |
| XYZ | 40.48 | 26.24 | 72.74 | - |
| YUV | 143.01 | 173.14 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 223 | 0.13 | 0.55 | 0 | 0.13 | 286.23 | 0.66 | 0.64 |
| Hex | C3 | 65 | DF | D | 37 | 0 | D | 11E | 42 | 40 |
| Octal | 303 | 145 | 337 | 15 | 67 | 0 | 15 | 436 | 102 | 100 |
| Binary | 11000011 | 1100101 | 11011111 | 1101 | 110111 | 0 | 1101 | 100011110 | 1000010 | 1000000 |
Color Harmonies of #C365DF
Complementary color
Monochromatic Colors of #C365DF
Black with #C365DF
Text Example
Text Example
White with #C365DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C365DF; }
p { color: rgb(195,101,223); }
H1.HeaderClassName
{
color: #C365DF;
}
.AnyTagClassName
{
color: #C365DF;
}
</style>
background-color css
<style>
a { background-color: #C365DF; }
a { background-color: rgb(195,101,223); }
div.DivClassName
{
background-color: #C365DF;
}
.BgClassName
{
background-color: #C365DF;
}
</style>
border-color css
<style>
span { border-color: #C365DF; }
span { border-color: rgb(195,101,223); }
td.TdClassName
{
border-color: #C365DF;
}
.TagClassName
{
border-color: #C365DF;
}
</style>