Shades of Medium Orchid #C165D7
Tints of Medium Orchid #C165D7
RGB
CMYK
RGB Variations
Color information
#C165D7 (or 0xC165D7) is known color: Medium Orchid. HEX triplet: C1, 65 and D7. RGB value is (193,101,215). Sum of RGB (Red+Green+Blue) = 193+101+215=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 215 (84.38% from 255 or 42.24% from 509); Max value from RGB is 215 - color contains mainly: blue. Hex color #C165D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165D7 is #3E9A28. Grayscale: #8D8D8D. Windows color (decimal): -4102697 or 14116289. OLE color: 14116289.
HSL color Cylindrical-coordinate representation of color #C165D7: hue angle of 288.42º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C165D7 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 101 | 215 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.16 |
| HSL | 288.42º | 0.59% | 0.62% | - |
| HSV(B) | 288.42º | 0.53% | 0.84% | - |
| XYZ | 38.91 | 25.55 | 67.17 | - |
| YUV | 141.5 | 169.48 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 215 | 0.10 | 0.53 | 0 | 0.16 | 288.42 | 0.59 | 0.62 |
| Hex | C1 | 65 | D7 | A | 35 | 0 | 10 | 120 | 3B | 3E |
| Octal | 301 | 145 | 327 | 12 | 65 | 0 | 20 | 440 | 73 | 76 |
| Binary | 11000001 | 1100101 | 11010111 | 1010 | 110101 | 0 | 10000 | 100100000 | 111011 | 111110 |
Color Harmonies of #C165D7
Complementary color
Monochromatic Colors of #C165D7
Black with #C165D7
Text Example
Text Example
White with #C165D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165D7; }
p { color: rgb(193,101,215); }
H1.HeaderClassName
{
color: #C165D7;
}
.AnyTagClassName
{
color: #C165D7;
}
</style>
background-color css
<style>
a { background-color: #C165D7; }
a { background-color: rgb(193,101,215); }
div.DivClassName
{
background-color: #C165D7;
}
.BgClassName
{
background-color: #C165D7;
}
</style>
border-color css
<style>
span { border-color: #C165D7; }
span { border-color: rgb(193,101,215); }
td.TdClassName
{
border-color: #C165D7;
}
.TagClassName
{
border-color: #C165D7;
}
</style>