Shades of Medium Orchid #C165DF
Tints of Medium Orchid #C165DF
RGB
CMYK
RGB Variations
Color information
#C165DF (or 0xC165DF) is known color: Medium Orchid. HEX triplet: C1, 65 and DF. RGB value is (193,101,223). Sum of RGB (Red+Green+Blue) = 193+101+223=517 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.33% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 223 (87.5% from 255 or 43.13% from 517); Max value from RGB is 223 - color contains mainly: blue. Hex color #C165DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165DF is #3E9A20. Grayscale: #8E8E8E. Windows color (decimal): -4102689 or 14640577. OLE color: 14640577.
HSL color Cylindrical-coordinate representation of color #C165DF: hue angle of 285.25º 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 #C165DF is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 101 | 223 | - |
| CMYK | 0.13 | 0.55 | 0 | 0.13 |
| HSL | 285.25º | 0.66% | 0.64% | - |
| HSV(B) | 285.25º | 0.55% | 0.87% | - |
| XYZ | 39.97 | 25.97 | 72.72 | - |
| YUV | 142.42 | 173.48 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 223 | 0.13 | 0.55 | 0 | 0.13 | 285.25 | 0.66 | 0.64 |
| Hex | C1 | 65 | DF | D | 37 | 0 | D | 11D | 42 | 40 |
| Octal | 301 | 145 | 337 | 15 | 67 | 0 | 15 | 435 | 102 | 100 |
| Binary | 11000001 | 1100101 | 11011111 | 1101 | 110111 | 0 | 1101 | 100011101 | 1000010 | 1000000 |
Color Harmonies of #C165DF
Complementary color
Monochromatic Colors of #C165DF
Black with #C165DF
Text Example
Text Example
White with #C165DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165DF; }
p { color: rgb(193,101,223); }
H1.HeaderClassName
{
color: #C165DF;
}
.AnyTagClassName
{
color: #C165DF;
}
</style>
background-color css
<style>
a { background-color: #C165DF; }
a { background-color: rgb(193,101,223); }
div.DivClassName
{
background-color: #C165DF;
}
.BgClassName
{
background-color: #C165DF;
}
</style>
border-color css
<style>
span { border-color: #C165DF; }
span { border-color: rgb(193,101,223); }
td.TdClassName
{
border-color: #C165DF;
}
.TagClassName
{
border-color: #C165DF;
}
</style>