Shades of Medium Orchid #C65AE3
Tints of Medium Orchid #C65AE3
RGB
CMYK
RGB Variations
Color information
#C65AE3 (or 0xC65AE3) is known color: Medium Orchid. HEX triplet: C6, 5A and E3. RGB value is (198,90,227). Sum of RGB (Red+Green+Blue) = 198+90+227=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 90 (35.55% from 255 or 17.48% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #C65AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65AE3 is #39A51C. Grayscale: #898989. Windows color (decimal): -3777821 or 14899910. OLE color: 14899910.
HSL color Cylindrical-coordinate representation of color #C65AE3: hue angle of 287.3º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C65AE3 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 90 | 227 | - |
| CMYK | 0.13 | 0.60 | 0 | 0.11 |
| HSL | 287.3º | 0.71% | 0.62% | - |
| HSV(B) | 287.3º | 0.6% | 0.89% | - |
| XYZ | 40.81 | 24.86 | 75.32 | - |
| YUV | 137.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 227 | 0.13 | 0.60 | 0 | 0.11 | 287.3 | 0.71 | 0.62 |
| Hex | C6 | 5A | E3 | D | 3C | 0 | B | 11F | 47 | 3E |
| Octal | 306 | 132 | 343 | 15 | 74 | 0 | 13 | 437 | 107 | 76 |
| Binary | 11000110 | 1011010 | 11100011 | 1101 | 111100 | 0 | 1011 | 100011111 | 1000111 | 111110 |
Color Harmonies of #C65AE3
Complementary color
Monochromatic Colors of #C65AE3
Black with #C65AE3
Text Example
Text Example
White with #C65AE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AE3; }
p { color: rgb(198,90,227); }
H1.HeaderClassName
{
color: #C65AE3;
}
.AnyTagClassName
{
color: #C65AE3;
}
</style>
background-color css
<style>
a { background-color: #C65AE3; }
a { background-color: rgb(198,90,227); }
div.DivClassName
{
background-color: #C65AE3;
}
.BgClassName
{
background-color: #C65AE3;
}
</style>
border-color css
<style>
span { border-color: #C65AE3; }
span { border-color: rgb(198,90,227); }
td.TdClassName
{
border-color: #C65AE3;
}
.TagClassName
{
border-color: #C65AE3;
}
</style>