Shades of Medium Orchid #C165E4
Tints of Medium Orchid #C165E4
RGB
CMYK
RGB Variations
Color information
#C165E4 (or 0xC165E4) is known color: Medium Orchid. HEX triplet: C1, 65 and E4. RGB value is (193,101,228). Sum of RGB (Red+Green+Blue) = 193+101+228=522 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.97% from 522); Green value is 101 (39.84% from 255 or 19.35% from 522); Blue value is 228 (89.45% from 255 or 43.68% from 522); Max value from RGB is 228 - color contains mainly: blue. Hex color #C165E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C165E4 is #3E9A1B. Grayscale: #8E8E8E. Windows color (decimal): -4102684 or 14968257. OLE color: 14968257.
HSL color Cylindrical-coordinate representation of color #C165E4: hue angle of 283.46º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C165E4 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 101 | 228 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.11 |
| HSL | 283.46º | 0.7% | 0.65% | - |
| HSV(B) | 283.46º | 0.56% | 0.89% | - |
| XYZ | 40.65 | 26.25 | 76.32 | - |
| YUV | 142.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 101 | 228 | 0.15 | 0.56 | 0 | 0.11 | 283.46 | 0.7 | 0.65 |
| Hex | C1 | 65 | E4 | F | 38 | 0 | B | 11B | 46 | 41 |
| Octal | 301 | 145 | 344 | 17 | 70 | 0 | 13 | 433 | 106 | 101 |
| Binary | 11000001 | 1100101 | 11100100 | 1111 | 111000 | 0 | 1011 | 100011011 | 1000110 | 1000001 |
Color Harmonies of #C165E4
Complementary color
Monochromatic Colors of #C165E4
Black with #C165E4
Text Example
Text Example
White with #C165E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C165E4; }
p { color: rgb(193,101,228); }
H1.HeaderClassName
{
color: #C165E4;
}
.AnyTagClassName
{
color: #C165E4;
}
</style>
background-color css
<style>
a { background-color: #C165E4; }
a { background-color: rgb(193,101,228); }
div.DivClassName
{
background-color: #C165E4;
}
.BgClassName
{
background-color: #C165E4;
}
</style>
border-color css
<style>
span { border-color: #C165E4; }
span { border-color: rgb(193,101,228); }
td.TdClassName
{
border-color: #C165E4;
}
.TagClassName
{
border-color: #C165E4;
}
</style>