Shades of Medium Orchid #C646E9
Tints of Medium Orchid #C646E9
RGB
CMYK
RGB Variations
Color information
#C646E9 (or 0xC646E9) is known color: Medium Orchid. HEX triplet: C6, 46 and E9. RGB value is (198,70,233). Sum of RGB (Red+Green+Blue) = 198+70+233=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #C646E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C646E9 is #39B916. Grayscale: #7E7E7E. Windows color (decimal): -3782935 or 15288006. OLE color: 15288006.
HSL color Cylindrical-coordinate representation of color #C646E9: hue angle of 287.12º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C646E9 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 70 | 233 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.09 |
| HSL | 287.12º | 0.79% | 0.59% | - |
| HSV(B) | 287.12º | 0.7% | 0.91% | - |
| XYZ | 40.19 | 22.27 | 79.27 | - |
| YUV | 126.85 | 187.91 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 233 | 0.15 | 0.70 | 0 | 0.09 | 287.12 | 0.79 | 0.59 |
| Hex | C6 | 46 | E9 | F | 46 | 0 | 9 | 11F | 4F | 3B |
| Octal | 306 | 106 | 351 | 17 | 106 | 0 | 11 | 437 | 117 | 73 |
| Binary | 11000110 | 1000110 | 11101001 | 1111 | 1000110 | 0 | 1001 | 100011111 | 1001111 | 111011 |
Color Harmonies of #C646E9
Complementary color
Monochromatic Colors of #C646E9
Black with #C646E9
Text Example
Text Example
White with #C646E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C646E9; }
p { color: rgb(198,70,233); }
H1.HeaderClassName
{
color: #C646E9;
}
.AnyTagClassName
{
color: #C646E9;
}
</style>
background-color css
<style>
a { background-color: #C646E9; }
a { background-color: rgb(198,70,233); }
div.DivClassName
{
background-color: #C646E9;
}
.BgClassName
{
background-color: #C646E9;
}
</style>
border-color css
<style>
span { border-color: #C646E9; }
span { border-color: rgb(198,70,233); }
td.TdClassName
{
border-color: #C646E9;
}
.TagClassName
{
border-color: #C646E9;
}
</style>