Shades of Medium Orchid #C165DA
Tints of Medium Orchid #C165DA
RGB
CMYK
RGB Variations
Color information
#C165DA (or 0xC165DA) is known color: Medium Orchid. HEX triplet: C1, 65 and DA. RGB value is (193,101,218). Sum of RGB (Red+Green+Blue) = 193+101+218=512 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.70% from 512); Green value is 101 (39.84% from 255 or 19.73% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 218 - color contains mainly: blue. Hex color #C165DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165DA is #3E9A25. Grayscale: #8D8D8D. Windows color (decimal): -4102694 or 14312897. OLE color: 14312897.
HSL color Cylindrical-coordinate representation of color #C165DA: hue angle of 287.18º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C165DA is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 193 | 101 | 218 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.15 |
| HSL | 287.18º | 0.61% | 0.63% | - |
| HSV(B) | 287.18º | 0.54% | 0.85% | - |
| XYZ | 39.3 | 25.71 | 69.22 | - |
| YUV | 141.85 | 170.98 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 218 | 0.11 | 0.54 | 0 | 0.15 | 287.18 | 0.61 | 0.63 |
| Hex | C1 | 65 | DA | B | 36 | 0 | F | 11F | 3D | 3F |
| Octal | 301 | 145 | 332 | 13 | 66 | 0 | 17 | 437 | 75 | 77 |
| Binary | 11000001 | 1100101 | 11011010 | 1011 | 110110 | 0 | 1111 | 100011111 | 111101 | 111111 |
Color Harmonies of #C165DA
Complementary color
Monochromatic Colors of #C165DA
Black with #C165DA
Text Example
Text Example
White with #C165DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165DA; }
p { color: rgb(193,101,218); }
H1.HeaderClassName
{
color: #C165DA;
}
.AnyTagClassName
{
color: #C165DA;
}
</style>
background-color css
<style>
a { background-color: #C165DA; }
a { background-color: rgb(193,101,218); }
div.DivClassName
{
background-color: #C165DA;
}
.BgClassName
{
background-color: #C165DA;
}
</style>
border-color css
<style>
span { border-color: #C165DA; }
span { border-color: rgb(193,101,218); }
td.TdClassName
{
border-color: #C165DA;
}
.TagClassName
{
border-color: #C165DA;
}
</style>