Shades of Medium Orchid #C645EF
Tints of Medium Orchid #C645EF
RGB
CMYK
RGB Variations
Color information
#C645EF (or 0xC645EF) is known color: Medium Orchid. HEX triplet: C6, 45 and EF. RGB value is (198,69,239). Sum of RGB (Red+Green+Blue) = 198+69+239=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 69 (27.34% from 255 or 13.64% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #C645EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C645EF is #39BA10. Grayscale: #7E7E7E. Windows color (decimal): -3783185 or 15680966. OLE color: 15680966.
HSL color Cylindrical-coordinate representation of color #C645EF: hue angle of 285.53º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C645EF is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 69 | 239 | - |
| CMYK | 0.17 | 0.71 | 0 | 0.06 |
| HSL | 285.53º | 0.84% | 0.6% | - |
| HSV(B) | 285.53º | 0.71% | 0.94% | - |
| XYZ | 41 | 22.49 | 83.84 | - |
| YUV | 126.95 | 191.24 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 239 | 0.17 | 0.71 | 0 | 0.06 | 285.53 | 0.84 | 0.6 |
| Hex | C6 | 45 | EF | 11 | 47 | 0 | 6 | 11E | 54 | 3C |
| Octal | 306 | 105 | 357 | 21 | 107 | 0 | 6 | 436 | 124 | 74 |
| Binary | 11000110 | 1000101 | 11101111 | 10001 | 1000111 | 0 | 110 | 100011110 | 1010100 | 111100 |
Color Harmonies of #C645EF
Complementary color
Monochromatic Colors of #C645EF
Black with #C645EF
Text Example
Text Example
White with #C645EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C645EF; }
p { color: rgb(198,69,239); }
H1.HeaderClassName
{
color: #C645EF;
}
.AnyTagClassName
{
color: #C645EF;
}
</style>
background-color css
<style>
a { background-color: #C645EF; }
a { background-color: rgb(198,69,239); }
div.DivClassName
{
background-color: #C645EF;
}
.BgClassName
{
background-color: #C645EF;
}
</style>
border-color css
<style>
span { border-color: #C645EF; }
span { border-color: rgb(198,69,239); }
td.TdClassName
{
border-color: #C645EF;
}
.TagClassName
{
border-color: #C645EF;
}
</style>