Shades of Medium Orchid #C645E7
Tints of Medium Orchid #C645E7
RGB
CMYK
RGB Variations
Color information
#C645E7 (or 0xC645E7) is known color: Medium Orchid. HEX triplet: C6, 45 and E7. RGB value is (198,69,231). Sum of RGB (Red+Green+Blue) = 198+69+231=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 69 (27.34% from 255 or 13.86% from 498); Blue value is 231 (90.62% from 255 or 46.39% from 498); Max value from RGB is 231 - color contains mainly: blue. Hex color #C645E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645E7 is #39BA18. Grayscale: #7D7D7D. Windows color (decimal): -3783193 or 15156678. OLE color: 15156678.
HSL color Cylindrical-coordinate representation of color #C645E7: hue angle of 287.78º degrees, saturation: 0.77, 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 #C645E7 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 69 | 231 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.09 |
| HSL | 287.78º | 0.77% | 0.59% | - |
| HSV(B) | 287.78º | 0.7% | 0.91% | - |
| XYZ | 39.84 | 22.03 | 77.75 | - |
| YUV | 126.04 | 187.24 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 231 | 0.14 | 0.70 | 0 | 0.09 | 287.78 | 0.77 | 0.59 |
| Hex | C6 | 45 | E7 | E | 46 | 0 | 9 | 120 | 4D | 3B |
| Octal | 306 | 105 | 347 | 16 | 106 | 0 | 11 | 440 | 115 | 73 |
| Binary | 11000110 | 1000101 | 11100111 | 1110 | 1000110 | 0 | 1001 | 100100000 | 1001101 | 111011 |
Color Harmonies of #C645E7
Complementary color
Monochromatic Colors of #C645E7
Black with #C645E7
Text Example
Text Example
White with #C645E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645E7; }
p { color: rgb(198,69,231); }
H1.HeaderClassName
{
color: #C645E7;
}
.AnyTagClassName
{
color: #C645E7;
}
</style>
background-color css
<style>
a { background-color: #C645E7; }
a { background-color: rgb(198,69,231); }
div.DivClassName
{
background-color: #C645E7;
}
.BgClassName
{
background-color: #C645E7;
}
</style>
border-color css
<style>
span { border-color: #C645E7; }
span { border-color: rgb(198,69,231); }
td.TdClassName
{
border-color: #C645E7;
}
.TagClassName
{
border-color: #C645E7;
}
</style>