Shades of Medium Orchid #C65AE7
Tints of Medium Orchid #C65AE7
RGB
CMYK
RGB Variations
Color information
#C65AE7 (or 0xC65AE7) is known color: Medium Orchid. HEX triplet: C6, 5A and E7. RGB value is (198,90,231). Sum of RGB (Red+Green+Blue) = 198+90+231=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 231 (90.62% from 255 or 44.51% from 519); Max value from RGB is 231 - color contains mainly: blue. Hex color #C65AE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65AE7 is #39A518. Grayscale: #898989. Windows color (decimal): -3777817 or 15162054. OLE color: 15162054.
HSL color Cylindrical-coordinate representation of color #C65AE7: hue angle of 285.96º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C65AE7 is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 90 | 231 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.09 |
| HSL | 285.96º | 0.75% | 0.63% | - |
| HSV(B) | 285.96º | 0.61% | 0.91% | - |
| XYZ | 41.37 | 25.09 | 78.26 | - |
| YUV | 138.37 | 180.28 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 231 | 0.14 | 0.61 | 0 | 0.09 | 285.96 | 0.75 | 0.63 |
| Hex | C6 | 5A | E7 | E | 3D | 0 | 9 | 11E | 4B | 3F |
| Octal | 306 | 132 | 347 | 16 | 75 | 0 | 11 | 436 | 113 | 77 |
| Binary | 11000110 | 1011010 | 11100111 | 1110 | 111101 | 0 | 1001 | 100011110 | 1001011 | 111111 |
Color Harmonies of #C65AE7
Complementary color
Monochromatic Colors of #C65AE7
Black with #C65AE7
Text Example
Text Example
White with #C65AE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65AE7; }
p { color: rgb(198,90,231); }
H1.HeaderClassName
{
color: #C65AE7;
}
.AnyTagClassName
{
color: #C65AE7;
}
</style>
background-color css
<style>
a { background-color: #C65AE7; }
a { background-color: rgb(198,90,231); }
div.DivClassName
{
background-color: #C65AE7;
}
.BgClassName
{
background-color: #C65AE7;
}
</style>
border-color css
<style>
span { border-color: #C65AE7; }
span { border-color: rgb(198,90,231); }
td.TdClassName
{
border-color: #C65AE7;
}
.TagClassName
{
border-color: #C65AE7;
}
</style>