Shades of Medium Orchid #C165E6
Tints of Medium Orchid #C165E6
RGB
CMYK
RGB Variations
Color information
#C165E6 (or 0xC165E6) is known color: Medium Orchid. HEX triplet: C1, 65 and E6. RGB value is (193,101,230). Sum of RGB (Red+Green+Blue) = 193+101+230=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 230 (90.23% from 255 or 43.89% from 524); Max value from RGB is 230 - color contains mainly: blue. Hex color #C165E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165E6 is #3E9A19. Grayscale: #8E8E8E. Windows color (decimal): -4102682 or 15099329. OLE color: 15099329.
HSL color Cylindrical-coordinate representation of color #C165E6: hue angle of 282.79º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C165E6 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 101 | 230 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.10 |
| HSL | 282.79º | 0.72% | 0.65% | - |
| HSV(B) | 282.79º | 0.56% | 0.9% | - |
| XYZ | 40.93 | 26.36 | 77.79 | - |
| YUV | 143.21 | 176.98 | 163.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 230 | 0.16 | 0.56 | 0 | 0.10 | 282.79 | 0.72 | 0.65 |
| Hex | C1 | 65 | E6 | 10 | 38 | 0 | A | 11B | 48 | 41 |
| Octal | 301 | 145 | 346 | 20 | 70 | 0 | 12 | 433 | 110 | 101 |
| Binary | 11000001 | 1100101 | 11100110 | 10000 | 111000 | 0 | 1010 | 100011011 | 1001000 | 1000001 |
Color Harmonies of #C165E6
Complementary color
Monochromatic Colors of #C165E6
Black with #C165E6
Text Example
Text Example
White with #C165E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165E6; }
p { color: rgb(193,101,230); }
H1.HeaderClassName
{
color: #C165E6;
}
.AnyTagClassName
{
color: #C165E6;
}
</style>
background-color css
<style>
a { background-color: #C165E6; }
a { background-color: rgb(193,101,230); }
div.DivClassName
{
background-color: #C165E6;
}
.BgClassName
{
background-color: #C165E6;
}
</style>
border-color css
<style>
span { border-color: #C165E6; }
span { border-color: rgb(193,101,230); }
td.TdClassName
{
border-color: #C165E6;
}
.TagClassName
{
border-color: #C165E6;
}
</style>